COLOR #D7A042

HEX: #D7A042 RGB: (215,160,66)

Color info

#D7A042 contains mainly red and green colors. Web safe color of #D7A042 is #CC9933 (or #C93).

RGB color model

#D7A042 color RGB value is (215,160,66).

RGB: (215,160,66) (84%, 63%, 26%)

RGB channels and saturation

R 215 of 255 = 84%
G 160 of 255 = 63%
B 66 of 255 = 26%

215
160
66

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

Portions of RGB colors in percentages

R + G + B = 215 + 160 + 66 = 441 (100%)
R 215 of 441 ~ 48.75%
G 160 of 441 ~ 36.28%
B 66 of 441 ~ 14.97'%

%48.75
%36.28
%14.97

CMYK color model

#D7A042 color CMYK value is (0,26,69,16).

  • cyan value is 0.00%
  • magenta value is 25.58%
  • yellow value is 69.30%
  • key color value is 15.69%

CMYK: (0,26,69,16)
C0M26Y69K16 (0%, 26%, 69%, 16%)
(0.00 / 0.26 / 0.69 / 0.16)

CMYK percentages

%0
%25.58
%69.3
%15.69

Codes

Color #D7A042 in popluar color models

D7 A0 42
RGB 215 160 66
HSL 38° 65.07% 55.10%
HSB/HSV 38° 69.30% 84.31%
CMYK 0.00% 25.58% 69.30%
15.69%

Color #D7A042 in popluar number systems.

HEX D7 A0 42
Decimal 215 160 66
Binary 11010111 10100000 1000010
Octal 327 240 102

Shades and tints

Shades of #D7A042

#D7A042
(215,160,66)
#C4923C
(196,146,60)
#B18436
(177,132,54)
#9E7630
(158,118,48)
#8B682A
(139,104,42)
#785A24
(120,90,36)
#654C1E
(101,76,30)
#523E18
(82,62,24)
#3F3012
(63,48,18)
#2C220C
(44,34,12)
#191406
(25,20,6)
#000000
(0,0,0)

Tints of #D7A042

#D7A042
(215,160,66)
#DAA853
(218,168,83)
#DDB064
(221,176,100)
#E0B875
(224,184,117)
#E3C086
(227,192,134)
#E6C897
(230,200,151)
#E9D0A8
(233,208,168)
#ECD8B9
(236,216,185)
#EFE0CA
(239,224,202)
#F2E8DB
(242,232,219)
#F5F0EC
(245,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7A042 color. Also use rgb(215,160,66) instead hex code.

Text Font Color

.myTextColor { color: #D7A042; }

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

This text font color is #D7A042.

Background Color

.myBgColor { background-color: #D7A042; }

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

This div background color is #D7A042.

Border color

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

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

This div border color is #D7A042.

Opacity

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

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

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

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

This text has shadow with #D7A042 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7A042.

Preview

Color preview on black background

This text has color #D7A042 on black background.


Color preview on white background

This text has color #D7A042 on white background.


Black color preview on #D7A042 background

This text has black color on #D7A042 background.


White color preview on #D7A042 background

This text has white color on #D7A042 background.


Related colors

Complementary color

Complementary color for #hex is #285FBD.


I love getcolorcode.com

Triadic colors

1 #42D7A0 and #A042D7 with #D7A042 are triadic colors.

2 #42A0D7 and #A0D742 with #D7A042 are triadic colors.