COLOR #D8B33D

HEX: #D8B33D RGB: (216,179,61)

Color info

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

RGB color model

#D8B33D color RGB value is (216,179,61).

RGB: (216,179,61) (85%, 70%, 24%)

RGB channels and saturation

R 216 of 255 = 85%
G 179 of 255 = 70%
B 61 of 255 = 24%

216
179
61

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

Portions of RGB colors in percentages

R + G + B = 216 + 179 + 61 = 456 (100%)
R 216 of 456 ~ 47.37%
G 179 of 456 ~ 39.25%
B 61 of 456 ~ 13.38'%

%47.37
%39.25
%13.38

CMYK color model

#D8B33D color CMYK value is (0,17,72,15).

  • cyan value is 0.00%
  • magenta value is 17.13%
  • yellow value is 71.76%
  • key color value is 15.29%
CMYK: (0,17,72,15) C0M17Y72K15 (0%,17%,72%,15%) (0.00/0.17/0.72/0.15) 

CMYK percentages

%0
%17.13
%71.76
%15.29

Codes

Color #D8B33D in popluar color models

D8 B3 3D
RGB 216 179 61
HSL 46° 66.52% 54.31%
HSB/HSV 46° 71.76% 84.71%
CMYK 0.00% 17.13% 71.76%
15.29%

Color #D8B33D in popluar number systems.

HEX D8 B3 3D
Decimal 216 179 61
Binary 11011000 10110011 111101
Octal 330 263 75

Shades and tints

Shades of #D8B33D

#D8B33D
(216,179,61)
#C5A338
(197,163,56)
#B29333
(178,147,51)
#9F832E
(159,131,46)
#8C7329
(140,115,41)
#796324
(121,99,36)
#66531F
(102,83,31)
#53431A
(83,67,26)
#403315
(64,51,21)
#2D2310
(45,35,16)
#1A130B
(26,19,11)
#000000
(0,0,0)

Tints of #D8B33D

#D8B33D
(216,179,61)
#DBB94E
(219,185,78)
#DEBF5F
(222,191,95)
#E1C570
(225,197,112)
#E4CB81
(228,203,129)
#E7D192
(231,209,146)
#EAD7A3
(234,215,163)
#EDDDB4
(237,221,180)
#F0E3C5
(240,227,197)
#F3E9D6
(243,233,214)
#F6EFE7
(246,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8B33D color. Also use rgb(216,179,61) instead hex code.

Text Font Color

.myTextColor { color: #D8B33D; }

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

This text font color is #D8B33D.

Background Color

.myBgColor { background-color: #D8B33D; }

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

This div background color is #D8B33D.

Border color

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

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

This div border color is #D8B33D.

Opacity

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

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

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

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

This text has shadow with #D8B33D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8B33D.

Preview

Color preview on black background

This text has color #D8B33D on black background.


Color preview on white background

This text has color #D8B33D on white background.


Black color preview on #D8B33D background

This text has black color on #D8B33D background.


White color preview on #D8B33D background

This text has white color on #D8B33D background.


Related colors

Complementary color

Complementary color for #hex is #274CC2.


I love getcolorcode.com

Triadic colors

1 #3DD8B3 and #B33DD8 with #D8B33D are triadic colors.

2 #3DB3D8 and #B3D83D with #D8B33D are triadic colors.