#D0A74C

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

Shades of Sundance #D0A74C

Tints of Sundance #D0A74C

Color information

#D0A74C (or 0xD0A74C) is unknown color: approx Sundance. HEX triplet: D0, A7 and 4C. RGB value is (208,167,76). Sum of RGB (Red+Green+Blue) = 208+167+76=451 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.12% from 451); Green value is 167 (65.62% from 255 or 37.03% from 451); Blue value is 76 (30.08% from 255 or 16.85% from 451); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A74C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A74C is #2F58B3. Grayscale: #A9A9A9. Windows color (decimal): -3102900 or 5023696. OLE color: 5023696.

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

Color convert

RGB20816776-
CMYK00.200.630.18
HSL41.36º58.41%55.69%-
HSV(B)41.36º63.46%81.57%-
XYZ41.1441.5712.69-
YUV168.8875.58155.9-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.12%
GREEN value IS 167 (65.62% from 255) = 37.03%
BLUE value IS 76 (30.08% from 255) = 16.85%
R=46.12%
G=37.03%
B=16.85%

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
Decimal2081677600.200.630.1841.3658.4155.69
HexD0A74C0143F12293a38
Octal3202471140247722517270
Binary1101000010100111100110001010011111110010101001111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A74C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A74C; }

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

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

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

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

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

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

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

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