#d0ae49

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

Shades of Sundance #D0AE49

Tints of Sundance #D0AE49

Color information

#D0AE49 (or 0xD0AE49) is unknown color: approx Sundance. HEX triplet: D0, AE and 49. RGB value is (208,174,73). Sum of RGB (Red+Green+Blue) = 208+174+73=455 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.71% from 455); Green value is 174 (68.36% from 255 or 38.24% from 455); Blue value is 73 (28.91% from 255 or 16.04% from 455); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AE49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0AE49 is #2F51B6. Grayscale: #ADADAD. Windows color (decimal): -3101111 or 4828880. OLE color: 4828880.

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

Color convert

RGB20817473-
CMYK00.160.650.18
HSL44.89º58.95%55.1%-
HSV(B)44.89º64.9%81.57%-
XYZ42.3544.1612.6-
YUV172.6571.76153.21-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.71%
GREEN value IS 174 (68.36% from 255) = 38.24%
BLUE value IS 73 (28.91% from 255) = 16.04%
R=45.71%
G=38.24%
B=16.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.65
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081747300.160.650.1844.8958.9555.1
HexD0AE4901041122d3b37
Octal32025611102010122557367
Binary11010000101011101001001010000100000110010101101111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d0ae49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d0ae49; }

 p { color: rgb(208,174,73); }

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

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

 a { background-color: rgb(208,174,73); }

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

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

 span { border-color: rgb(208,174,73); }

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