COLOR #D8A633

HEX: #D8A633
RGB: (216,166,51)

Color info

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

RGB color model

#D8A633 color RGB value is (216,166,51).

  • red value is 216;
  • green value is 166;
  • blue value is 51.
RGB:
(216,166,51)
(85%,65%,20%)

RGB channels and saturation

R 216 of 255 = 85%
G 166 of 255 = 65%
B 51 of 255 = 20%

216
166
51

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

Portions of RGB colors in percentages

R + G + B =
216 + 166 + 51 = 433 (100%)
R 216 of 433 ~ 49.88%
G 166 of 433 ~ 38.34%
B 51 of 433 ~ 11.78%

%49.88
%38.34
%11.78

CMYK color model

#D8A633 color CMYK value is (0,23,76,15).

  • cyan value is 0.00%
  • magenta value is 23.15%
  • yellow value is 76.39%
  • key color value is 15.29%
CMYK:
(0,23,76,15)
C0M23Y76K15 
(0%,23%,76%,15%)
(0.00/0.23/0.76/0.15)	

CMYK percentages

%0
%23.15
%76.39
%15.29

Codes

Color #D8A633 in popluar color models

D8A633
RGB21616651
HSL42°67.90%52.35%
HSB/HSV42°76.39%84.71%
CMYK0.00%23.15%76.39%
15.29%

Color #D8A633 in popluar number systems.

HEXD8A633
Decimal21616651
Binary1101100010100110110011
Octal33024663

Shades and tints

Shades of #D8A633

#D8A633
(216,166,51)
#C5972F
(197,151,47)
#B2882B
(178,136,43)
#9F7927
(159,121,39)
#8C6A23
(140,106,35)
#795B1F
(121,91,31)
#664C1B
(102,76,27)
#533D17
(83,61,23)
#402E13
(64,46,19)
#2D1F0F
(45,31,15)
#1A100B
(26,16,11)
#000000
(0,0,0)

Tints of #D8A633

#D8A633
(216,166,51)
#DBAE45
(219,174,69)
#DEB657
(222,182,87)
#E1BE69
(225,190,105)
#E4C67B
(228,198,123)
#E7CE8D
(231,206,141)
#EAD69F
(234,214,159)
#EDDEB1
(237,222,177)
#F0E6C3
(240,230,195)
#F3EED5
(243,238,213)
#F6F6E7
(246,246,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8A633 color. Also use rgb(216,166,51) instead hex code.

Text Font Color

.myTextColor { color: #D8A633; }

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

This text font color is #D8A633.


Background Color

.myBgColor { background-color: #D8A633; }

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

This div background color is #D8A633.


Border color

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

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

This div border color is #D8A633.


Opacity

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

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

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

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

This text has shadow with #D8A633 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8A633 on black background.


Color preview on white background

This text has color #D8A633 on white background.



Black color preview on #D8A633 background

This text has black color on #D8A633 background.


White color preview on #D8A633 background

This text has white color on #D8A633 background.