COLOR #D09074

HEX: #D09074 RGB: (208,144,116)

Color info

#D09074 contains mainly red color. Web safe color of #D09074 is #CC9966 (or #C96).

RGB color model

#D09074 color RGB value is (208,144,116).

RGB: (208,144,116) (82%, 56%, 45%)

RGB channels and saturation

R 208 of 255 = 82%
G 144 of 255 = 56%
B 116 of 255 = 45%

208
144
116

R + G + B ~ 61%. #D09074 is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 144 + 116 = 468 (100%)
R 208 of 468 ~ 44.44%
G 144 of 468 ~ 30.77%
B 116 of 468 ~ 24.79'%

%44.44
%30.77
%24.79

CMYK color model

#D09074 color CMYK value is (0,31,44,18).

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 44.23%
  • key color value is 18.43%

CMYK: (0,31,44,18)
C0M31Y44K18 (0%, 31%, 44%, 18%)
(0.00 / 0.31 / 0.44 / 0.18)

CMYK percentages

%0
%30.77
%44.23
%18.43

Codes

Color #D09074 in popluar color models

D0 90 74
RGB 208 144 116
HSL 18° 49.46% 63.53%
HSB/HSV 18° 44.23% 81.57%
CMYK 0.00% 30.77% 44.23%
18.43%

Color #D09074 in popluar number systems.

HEX D0 90 74
Decimal 208 144 116
Binary 11010000 10010000 1110100
Octal 320 220 164

Shades and tints

Shades of #D09074

#D09074
(208,144,116)
#BE836A
(190,131,106)
#AC7660
(172,118,96)
#9A6956
(154,105,86)
#885C4C
(136,92,76)
#764F42
(118,79,66)
#644238
(100,66,56)
#52352E
(82,53,46)
#402824
(64,40,36)
#2E1B1A
(46,27,26)
#1C0E10
(28,14,16)
#000000
(0,0,0)

Tints of #D09074

#D09074
(208,144,116)
#D49A80
(212,154,128)
#D8A48C
(216,164,140)
#DCAE98
(220,174,152)
#E0B8A4
(224,184,164)
#E4C2B0
(228,194,176)
#E8CCBC
(232,204,188)
#ECD6C8
(236,214,200)
#F0E0D4
(240,224,212)
#F4EAE0
(244,234,224)
#F8F4EC
(248,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D09074 color. Also use rgb(208,144,116) instead hex code.

Text Font Color

.myTextColor { color: #D09074; }

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

This text font color is #D09074.

Background Color

.myBgColor { background-color: #D09074; }

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

This div background color is #D09074.

Border color

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

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

This div border color is #D09074.

Opacity

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

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

Text with #D09074 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 #D09074;}

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

This text has shadow with #D09074 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D09074.

Preview

Color preview on black background

This text has color #D09074 on black background.


Color preview on white background

This text has color #D09074 on white background.


Black color preview on #D09074 background

This text has black color on #D09074 background.


White color preview on #D09074 background

This text has white color on #D09074 background.


Related colors

Complementary color

Complementary color for #hex is #2F6F8B.


I love getcolorcode.com

Triadic colors

1 #74D090 and #9074D0 with #D09074 are triadic colors.

2 #7490D0 and #90D074 with #D09074 are triadic colors.