#D0B04A

Color #D0B04A Sundance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sundance #D0B04A

Tints of Sundance #D0B04A

Color information

#D0B04A (or 0xD0B04A) is unknown color: approx Sundance. HEX triplet: D0, B0 and 4A. RGB value is (208,176,74). Sum of RGB (Red+Green+Blue) = 208+176+74=458 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.41% from 458); Green value is 176 (69.14% from 255 or 38.43% from 458); Blue value is 74 (29.30% from 255 or 16.16% from 458); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B04A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0B04A is #2F4FB5. Grayscale: #AEAEAE. Windows color (decimal): -3100598 or 4894928. OLE color: 4894928.

HSL color Cylindrical-coordinate representation of color #D0B04A: hue angle of 45.67º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D0B04A is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB20817674-
CMYK00.150.640.18
HSL45.67º58.77%55.29%-
HSV(B)45.67º64.42%81.57%-
XYZ42.7744.9512.9-
YUV173.9471.6152.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 45.41%
GREEN value IS 176 (69.14% from 255) = 38.43%
BLUE value IS 74 (29.30% from 255) = 16.16%
R=45.41%
G=38.43%
B=16.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.64
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081767400.150.640.1845.6758.7755.29
HexD0B04A0F40122e3b37
Octal32026011201710022567367
Binary1101000010110000100101001111100000010010101110111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B04A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B04A; }

 p { color: rgb(208,176,74); }

 H1.HeaderClassName
 {
   color: #D0B04A;
 }
 .AnyTagClassName
 {
   color: #D0B04A;
 }
</style>
background-color css

<style>
 a { background-color: #D0B04A; }

 a { background-color: rgb(208,176,74); }

 div.DivClassName
 {
   background-color: #D0B04A;
 }
 .BgClassName
 {
   background-color: #D0B04A;
 }
</style>
border-color css

<style>
 span { border-color: #D0B04A; }

 span { border-color: rgb(208,176,74); }

 td.TdClassName
 {
   border-color: #D0B04A;
 }
 .TagClassName
 {
   border-color: #D0B04A;
 }
</style>