#D1AE4E

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

Shades of Sundance #D1AE4E

Tints of Sundance #D1AE4E

Color information

#D1AE4E (or 0xD1AE4E) is unknown color: approx Sundance. HEX triplet: D1, AE and 4E. RGB value is (209,174,78). Sum of RGB (Red+Green+Blue) = 209+174+78=461 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.34% from 461); Green value is 174 (68.36% from 255 or 37.74% from 461); Blue value is 78 (30.86% from 255 or 16.92% from 461); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AE4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AE4E is #2E51B1. Grayscale: #ADADAD. Windows color (decimal): -3035570 or 5156561. OLE color: 5156561.

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

Color convert

RGB20917478-
CMYK00.170.630.18
HSL43.97º58.74%56.27%-
HSV(B)43.97º62.68%81.96%-
XYZ42.8144.3813.52-
YUV173.5274.1153.31-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.34%
GREEN value IS 174 (68.36% from 255) = 37.74%
BLUE value IS 78 (30.86% from 255) = 16.92%
R=45.34%
G=37.74%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.63
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091747800.170.630.1843.9758.7456.27
HexD1AE4E0113F122c3b38
Octal3212561160217722547370
Binary1101000110101110100111001000111111110010101100111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AE4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AE4E; }

 p { color: rgb(209,174,78); }

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

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

 a { background-color: rgb(209,174,78); }

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

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

 span { border-color: rgb(209,174,78); }

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