#D0A64C

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

Shades of Sundance #D0A64C

Tints of Sundance #D0A64C

Color information

#D0A64C (or 0xD0A64C) is unknown color: approx Sundance. HEX triplet: D0, A6 and 4C. RGB value is (208,166,76). Sum of RGB (Red+Green+Blue) = 208+166+76=450 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.22% from 450); Green value is 166 (65.23% from 255 or 36.89% from 450); Blue value is 76 (30.08% from 255 or 16.89% from 450); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A64C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A64C is #2F59B3. Grayscale: #A8A8A8. Windows color (decimal): -3103156 or 5023440. OLE color: 5023440.

HSL color Cylindrical-coordinate representation of color #D0A64C: hue angle of 40.91º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D0A64C is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB20816676-
CMYK00.200.630.18
HSL40.91º58.41%55.69%-
HSV(B)40.91º63.46%81.57%-
XYZ40.9541.212.63-
YUV168.375.91156.32-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.22%
GREEN value IS 166 (65.23% from 255) = 36.89%
BLUE value IS 76 (30.08% from 255) = 16.89%
R=46.22%
G=36.89%
B=16.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.63
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081667600.200.630.1840.9158.4155.69
HexD0A64C0143F12293a38
Octal3202461140247722517270
Binary1101000010100110100110001010011111110010101001111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A64C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A64C; }

 p { color: rgb(208,166,76); }

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

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

 a { background-color: rgb(208,166,76); }

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

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

 span { border-color: rgb(208,166,76); }

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