COLOR #D67E4B

HEX: #D67E4B RGB: (214,126,75)

Color info

#D67E4B contains mainly red color. Web safe color of #D67E4B is #CC6633 (or #C63).

RGB color model

#D67E4B color RGB value is (214,126,75).

RGB: (214,126,75) (84%, 49%, 29%)

RGB channels and saturation

R 214 of 255 = 84%
G 126 of 255 = 49%
B 75 of 255 = 29%

214
126
75

R + G + B ~ 54%. #D67E4B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 214 + 126 + 75 = 415 (100%)
R 214 of 415 ~ 51.57%
G 126 of 415 ~ 30.36%
B 75 of 415 ~ 18.07'%

%51.57
%30.36
%18.07

CMYK color model

#D67E4B color CMYK value is (0,41,65,16).

  • cyan value is 0.00%
  • magenta value is 41.12%
  • yellow value is 64.95%
  • key color value is 16.08%

CMYK: (0,41,65,16)
C0M41Y65K16 (0%, 41%, 65%, 16%)
(0.00 / 0.41 / 0.65 / 0.16)

CMYK percentages

%0
%41.12
%64.95
%16.08

Codes

Color #D67E4B in popluar color models

D6 7E 4B
RGB 214 126 75
HSL 22° 62.90% 56.67%
HSB/HSV 22° 64.95% 83.92%
CMYK 0.00% 41.12% 64.95%
16.08%

Color #D67E4B in popluar number systems.

HEX D6 7E 4B
Decimal 214 126 75
Binary 11010110 1111110 1001011
Octal 326 176 113

Shades and tints

Shades of #D67E4B

#D67E4B
(214,126,75)
#C37345
(195,115,69)
#B0683F
(176,104,63)
#9D5D39
(157,93,57)
#8A5233
(138,82,51)
#77472D
(119,71,45)
#643C27
(100,60,39)
#513121
(81,49,33)
#3E261B
(62,38,27)
#2B1B15
(43,27,21)
#18100F
(24,16,15)
#000000
(0,0,0)

Tints of #D67E4B

#D67E4B
(214,126,75)
#D9895B
(217,137,91)
#DC946B
(220,148,107)
#DF9F7B
(223,159,123)
#E2AA8B
(226,170,139)
#E5B59B
(229,181,155)
#E8C0AB
(232,192,171)
#EBCBBB
(235,203,187)
#EED6CB
(238,214,203)
#F1E1DB
(241,225,219)
#F4ECEB
(244,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D67E4B color. Also use rgb(214,126,75) instead hex code.

Text Font Color

.myTextColor { color: #D67E4B; }

<p style="color:#D67E4B">This sample text font color is #D67E4B.</p>

This text font color is #D67E4B.

Background Color

.myBgColor { background-color: #D67E4B; }

<div style="background-color:#D67E4B">Inner text</div>

This div background color is #D67E4B.

Border color

.myBorderColor { border: 1px solid #D67E4B; }

<div style="border:3px solid #D67E4B">Div</div>

This div border color is #D67E4B.

Opacity

.myOpacity80 { color: #D67E4B; opacity: 0.8; }

<p style="color:#D67E4B;opacity:0.8;">80%</p>

Text with #D67E4B color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #D67E4B;}

<p style="text-shadow: 3px 3px 1px #D67E4B">Text here.</p>

This text has shadow with #D67E4B color.


.textShadow {text-shadow: 3px 3px 1px #D67E4B', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #D67E4B, 5px 5px 20px red">Text here.</p>

This text has shadow with #D67E4B primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D67E4B, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#D67E4B, Direction=45, Strength=4)">Text</p>

This text has shadow with #D67E4B and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D67E4B;
-webkit-box-shadow: 1px 1px 3px 2px #D67E4B;
box-shadow: 1px 1px 3px 2px #D67E4B;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D67E4B; -webkit-box-shadow: 1px 1px 3px 2px #D67E4B; box-shadow:1px 1px 3px 2px #D67E4B;">
Div content here
</div>

This div box has shadow with color #D67E4B.

Preview

Color preview on black background

This text has color #D67E4B on black background.


Color preview on white background

This text has color #D67E4B on white background.


Black color preview on #D67E4B background

This text has black color on #D67E4B background.


White color preview on #D67E4B background

This text has white color on #D67E4B background.


Related colors

Complementary color

Complementary color for #hex is #2981B4.


I love getcolorcode.com

Triadic colors

1 #4BD67E and #7E4BD6 with #D67E4B are triadic colors.

2 #4B7ED6 and #7ED64B with #D67E4B are triadic colors.