COLOR #D0A464

HEX: #D0A464
RGB: (208,164,100)

Color info

#D0A464 contains mainly red and green colors. Web safe color of #D0A464 is #CC9966 (or #C96).

RGB color model

#D0A464 color RGB value is (208,164,100).

  • red value is 208;
  • green value is 164;
  • blue value is 100.
RGB:
(208,164,100)
(82%,64%,39%)

RGB channels and saturation

R 208 of 255 = 82%
G 164 of 255 = 64%
B 100 of 255 = 39%

208
164
100

R + G + B ~ 62%. #D0A464 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 164 + 100 = 472 (100%)
R 208 of 472 ~ 44.07%
G 164 of 472 ~ 34.75%
B 100 of 472 ~ 21.19%

%44.07
%34.75
%21.19

CMYK color model

#D0A464 color CMYK value is (0,21,52,18).

  • cyan value is 0.00%
  • magenta value is 21.15%
  • yellow value is 51.92%
  • key color value is 18.43%
CMYK:
(0,21,52,18)
C0M21Y52K18 
(0%,21%,52%,18%)
(0.00/0.21/0.52/0.18)	

CMYK percentages

%0
%21.15
%51.92
%18.43

Codes

Color #D0A464 in popluar color models

D0A464
RGB208164100
HSL36°53.47%60.39%
HSB/HSV36°51.92%81.57%
CMYK0.00%21.15%51.92%
18.43%

Color #D0A464 in popluar number systems.

HEXD0A464
Decimal208164100
Binary11010000101001001100100
Octal320244144

Shades and tints

Shades of #D0A464

#D0A464
(208,164,100)
#BE965B
(190,150,91)
#AC8852
(172,136,82)
#9A7A49
(154,122,73)
#886C40
(136,108,64)
#765E37
(118,94,55)
#64502E
(100,80,46)
#524225
(82,66,37)
#40341C
(64,52,28)
#2E2613
(46,38,19)
#1C180A
(28,24,10)
#000000
(0,0,0)

Tints of #D0A464

#D0A464
(208,164,100)
#D4AC72
(212,172,114)
#D8B480
(216,180,128)
#DCBC8E
(220,188,142)
#E0C49C
(224,196,156)
#E4CCAA
(228,204,170)
#E8D4B8
(232,212,184)
#ECDCC6
(236,220,198)
#F0E4D4
(240,228,212)
#F4ECE2
(244,236,226)
#F8F4F0
(248,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0A464 color. Also use rgb(208,164,100) instead hex code.

Text Font Color

.myTextColor { color: #D0A464; }

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

This text font color is #D0A464.


Background Color

.myBgColor { background-color: #D0A464; }

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

This div background color is #D0A464.


Border color

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

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

This div border color is #D0A464.


Opacity

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

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

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

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

This text has shadow with #D0A464 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0A464 on black background.


Color preview on white background

This text has color #D0A464 on white background.



Black color preview on #D0A464 background

This text has black color on #D0A464 background.


White color preview on #D0A464 background

This text has white color on #D0A464 background.