COLOR #D7AB33

HEX: #D7AB33
RGB: (215,171,51)

Color info

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

RGB color model

#D7AB33 color RGB value is (215,171,51).

  • red value is 215;
  • green value is 171;
  • blue value is 51.
RGB:
(215,171,51)
(84%,67%,20%)

RGB channels and saturation

R 215 of 255 = 84%
G 171 of 255 = 67%
B 51 of 255 = 20%

215
171
51

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

Portions of RGB colors in percentages

R + G + B =
215 + 171 + 51 = 437 (100%)
R 215 of 437 ~ 49.2%
G 171 of 437 ~ 39.13%
B 51 of 437 ~ 11.67%

%49.2
%39.13
%11.67

CMYK color model

#D7AB33 color CMYK value is (0,20,76,16).

  • cyan value is 0.00%
  • magenta value is 20.47%
  • yellow value is 76.28%
  • key color value is 15.69%
CMYK:
(0,20,76,16)
C0M20Y76K16 
(0%,20%,76%,16%)
(0.00/0.20/0.76/0.16)	

CMYK percentages

%0
%20.47
%76.28
%15.69

Codes

Color #D7AB33 in popluar color models

D7AB33
RGB21517151
HSL44°67.21%52.16%
HSB/HSV44°76.28%84.31%
CMYK0.00%20.47%76.28%
15.69%

Color #D7AB33 in popluar number systems.

HEXD7AB33
Decimal21517151
Binary1101011110101011110011
Octal32725363

Shades and tints

Shades of #D7AB33

#D7AB33
(215,171,51)
#C49C2F
(196,156,47)
#B18D2B
(177,141,43)
#9E7E27
(158,126,39)
#8B6F23
(139,111,35)
#78601F
(120,96,31)
#65511B
(101,81,27)
#524217
(82,66,23)
#3F3313
(63,51,19)
#2C240F
(44,36,15)
#19150B
(25,21,11)
#000000
(0,0,0)

Tints of #D7AB33

#D7AB33
(215,171,51)
#DAB245
(218,178,69)
#DDB957
(221,185,87)
#E0C069
(224,192,105)
#E3C77B
(227,199,123)
#E6CE8D
(230,206,141)
#E9D59F
(233,213,159)
#ECDCB1
(236,220,177)
#EFE3C3
(239,227,195)
#F2EAD5
(242,234,213)
#F5F1E7
(245,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7AB33 color. Also use rgb(215,171,51) instead hex code.

Text Font Color

.myTextColor { color: #D7AB33; }

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

This text font color is #D7AB33.


Background Color

.myBgColor { background-color: #D7AB33; }

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

This div background color is #D7AB33.


Border color

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

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

This div border color is #D7AB33.


Opacity

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

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

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

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

This text has shadow with #D7AB33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7AB33 on black background.


Color preview on white background

This text has color #D7AB33 on white background.



Black color preview on #D7AB33 background

This text has black color on #D7AB33 background.


White color preview on #D7AB33 background

This text has white color on #D7AB33 background.