COLOR #D8B445

HEX: #D8B445
RGB: (216,180,69)

Color info

#D8B445 contains mainly red and green colors. Web safe color of #D8B445 is #CCCC33 (or #CC3).

RGB color model

#D8B445 color RGB value is (216,180,69).

  • red value is 216;
  • green value is 180;
  • blue value is 69.
RGB:
(216,180,69)
(85%,71%,27%)

RGB channels and saturation

R 216 of 255 = 85%
G 180 of 255 = 71%
B 69 of 255 = 27%

216
180
69

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

Portions of RGB colors in percentages

R + G + B =
216 + 180 + 69 = 465 (100%)
R 216 of 465 ~ 46.45%
G 180 of 465 ~ 38.71%
B 69 of 465 ~ 14.84%

%46.45
%38.71
%14.84

CMYK color model

#D8B445 color CMYK value is (0,17,68,15).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 68.06%
  • key color value is 15.29%
CMYK:
(0,17,68,15)
C0M17Y68K15 
(0%,17%,68%,15%)
(0.00/0.17/0.68/0.15)	

CMYK percentages

%0
%16.67
%68.06
%15.29

Codes

Color #D8B445 in popluar color models

D8B445
RGB21618069
HSL45°65.33%55.88%
HSB/HSV45°68.06%84.71%
CMYK0.00%16.67%68.06%
15.29%

Color #D8B445 in popluar number systems.

HEXD8B445
Decimal21618069
Binary11011000101101001000101
Octal330264105

Shades and tints

Shades of #D8B445

#D8B445
(216,180,69)
#C5A43F
(197,164,63)
#B29439
(178,148,57)
#9F8433
(159,132,51)
#8C742D
(140,116,45)
#796427
(121,100,39)
#665421
(102,84,33)
#53441B
(83,68,27)
#403415
(64,52,21)
#2D240F
(45,36,15)
#1A1409
(26,20,9)
#000000
(0,0,0)

Tints of #D8B445

#D8B445
(216,180,69)
#DBBA55
(219,186,85)
#DEC065
(222,192,101)
#E1C675
(225,198,117)
#E4CC85
(228,204,133)
#E7D295
(231,210,149)
#EAD8A5
(234,216,165)
#EDDEB5
(237,222,181)
#F0E4C5
(240,228,197)
#F3EAD5
(243,234,213)
#F6F0E5
(246,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8B445 color. Also use rgb(216,180,69) instead hex code.

Text Font Color

.myTextColor { color: #D8B445; }

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

This text font color is #D8B445.


Background Color

.myBgColor { background-color: #D8B445; }

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

This div background color is #D8B445.


Border color

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

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

This div border color is #D8B445.


Opacity

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

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

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

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

This text has shadow with #D8B445 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8B445 on black background.


Color preview on white background

This text has color #D8B445 on white background.



Black color preview on #D8B445 background

This text has black color on #D8B445 background.


White color preview on #D8B445 background

This text has white color on #D8B445 background.