COLOR #D8B45F

HEX: #D8B45F RGB: (216,180,95)

Color info

#D8B45F contains mainly red and green colors. Web safe color of #D8B45F is #CCCC66 (or #CC6).

RGB color model

#D8B45F color RGB value is (216,180,95).

RGB: (216,180,95) (85%, 71%, 37%)

RGB channels and saturation

R 216 of 255 = 85%
G 180 of 255 = 71%
B 95 of 255 = 37%

216
180
95

R + G + B ~ 64%. #D8B45F is quite light color.

Portions of RGB colors in percentages

R + G + B = 216 + 180 + 95 = 491 (100%)
R 216 of 491 ~ 43.99%
G 180 of 491 ~ 36.66%
B 95 of 491 ~ 19.35'%

%43.99
%36.66
%19.35

CMYK color model

#D8B45F color CMYK value is (0,17,56,15).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 56.02%
  • key color value is 15.29%
CMYK: (0,17,56,15) C0M17Y56K15 (0%,17%,56%,15%) (0.00/0.17/0.56/0.15) 

CMYK percentages

%0
%16.67
%56.02
%15.29

Codes

Color #D8B45F in popluar color models

D8 B4 5F
RGB 216 180 95
HSL 42° 60.80% 60.98%
HSB/HSV 42° 56.02% 84.71%
CMYK 0.00% 16.67% 56.02%
15.29%

Color #D8B45F in popluar number systems.

HEX D8 B4 5F
Decimal 216 180 95
Binary 11011000 10110100 1011111
Octal 330 264 137

Shades and tints

Shades of #D8B45F

#D8B45F
(216,180,95)
#C5A457
(197,164,87)
#B2944F
(178,148,79)
#9F8447
(159,132,71)
#8C743F
(140,116,63)
#796437
(121,100,55)
#66542F
(102,84,47)
#534427
(83,68,39)
#40341F
(64,52,31)
#2D2417
(45,36,23)
#1A140F
(26,20,15)
#000000
(0,0,0)

Tints of #D8B45F

#D8B45F
(216,180,95)
#DBBA6D
(219,186,109)
#DEC07B
(222,192,123)
#E1C689
(225,198,137)
#E4CC97
(228,204,151)
#E7D2A5
(231,210,165)
#EAD8B3
(234,216,179)
#EDDEC1
(237,222,193)
#F0E4CF
(240,228,207)
#F3EADD
(243,234,221)
#F6F0EB
(246,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8B45F; }

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

This text font color is #D8B45F.

Background Color

.myBgColor { background-color: #D8B45F; }

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

This div background color is #D8B45F.

Border color

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

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

This div border color is #D8B45F.

Opacity

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

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

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

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

This text has shadow with #D8B45F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8B45F.

Preview

Color preview on black background

This text has color #D8B45F on black background.


Color preview on white background

This text has color #D8B45F on white background.


Black color preview on #D8B45F background

This text has black color on #D8B45F background.


White color preview on #D8B45F background

This text has white color on #D8B45F background.


Related colors

Complementary color

Complementary color for #hex is #274BA0.


I love getcolorcode.com

Triadic colors

1 #5FD8B4 and #B45FD8 with #D8B45F are triadic colors.

2 #5FB4D8 and #B4D85F with #D8B45F are triadic colors.