COLOR #D0A538

HEX: #D0A538
RGB: (208,165,56)

Color info

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

RGB color model

#D0A538 color RGB value is (208,165,56).

  • red value is 208;
  • green value is 165;
  • blue value is 56.
RGB:
(208,165,56)
(82%,65%,22%)

RGB channels and saturation

R 208 of 255 = 82%
G 165 of 255 = 65%
B 56 of 255 = 22%

208
165
56

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

Portions of RGB colors in percentages

R + G + B =
208 + 165 + 56 = 429 (100%)
R 208 of 429 ~ 48.48%
G 165 of 429 ~ 38.46%
B 56 of 429 ~ 13.05%

%48.48
%38.46
%13.05

CMYK color model

#D0A538 color CMYK value is (0,21,73,18).

  • cyan value is 0.00%
  • magenta value is 20.67%
  • yellow value is 73.08%
  • key color value is 18.43%
CMYK:
(0,21,73,18)
C0M21Y73K18 
(0%,21%,73%,18%)
(0.00/0.21/0.73/0.18)	

CMYK percentages

%0
%20.67
%73.08
%18.43

Codes

Color #D0A538 in popluar color models

D0A538
RGB20816556
HSL43°61.79%51.76%
HSB/HSV43°73.08%81.57%
CMYK0.00%20.67%73.08%
18.43%

Color #D0A538 in popluar number systems.

HEXD0A538
Decimal20816556
Binary1101000010100101111000
Octal32024570

Shades and tints

Shades of #D0A538

#D0A538
(208,165,56)
#BE9633
(190,150,51)
#AC872E
(172,135,46)
#9A7829
(154,120,41)
#886924
(136,105,36)
#765A1F
(118,90,31)
#644B1A
(100,75,26)
#523C15
(82,60,21)
#402D10
(64,45,16)
#2E1E0B
(46,30,11)
#1C0F06
(28,15,6)
#000000
(0,0,0)

Tints of #D0A538

#D0A538
(208,165,56)
#D4AD4A
(212,173,74)
#D8B55C
(216,181,92)
#DCBD6E
(220,189,110)
#E0C580
(224,197,128)
#E4CD92
(228,205,146)
#E8D5A4
(232,213,164)
#ECDDB6
(236,221,182)
#F0E5C8
(240,229,200)
#F4EDDA
(244,237,218)
#F8F5EC
(248,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0A538 color. Also use rgb(208,165,56) instead hex code.

Text Font Color

.myTextColor { color: #D0A538; }

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

This text font color is #D0A538.


Background Color

.myBgColor { background-color: #D0A538; }

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

This div background color is #D0A538.


Border color

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

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

This div border color is #D0A538.


Opacity

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

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

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

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

This text has shadow with #D0A538 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0A538 on black background.


Color preview on white background

This text has color #D0A538 on white background.



Black color preview on #D0A538 background

This text has black color on #D0A538 background.


White color preview on #D0A538 background

This text has white color on #D0A538 background.