#D0AC4A

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

Shades of Sundance #D0AC4A

Tints of Sundance #D0AC4A

Color information

#D0AC4A (or 0xD0AC4A) is unknown color: approx Sundance. HEX triplet: D0, AC and 4A. RGB value is (208,172,74). Sum of RGB (Red+Green+Blue) = 208+172+74=454 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.81% from 454); Green value is 172 (67.58% from 255 or 37.89% from 454); Blue value is 74 (29.30% from 255 or 16.30% from 454); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AC4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0AC4A is #2F53B5. Grayscale: #ACACAC. Windows color (decimal): -3101622 or 4893904. OLE color: 4893904.

HSL color Cylindrical-coordinate representation of color #D0AC4A: hue angle of 43.88º 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 #D0AC4A is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB20817274-
CMYK00.170.640.18
HSL43.88º58.77%55.29%-
HSV(B)43.88º64.42%81.57%-
XYZ4243.4112.64-
YUV171.5972.93153.97-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.81%
GREEN value IS 172 (67.58% from 255) = 37.89%
BLUE value IS 74 (29.30% from 255) = 16.30%
R=45.81%
G=37.89%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.64
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081727400.170.640.1843.8858.7755.29
HexD0AC4A01140122c3b37
Octal32025411202110022547367
Binary11010000101011001001010010001100000010010101100111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AC4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AC4A; }

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

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

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

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

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

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

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

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