#D1AE4B

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

Shades of Sundance #D1AE4B

Tints of Sundance #D1AE4B

Color information

#D1AE4B (or 0xD1AE4B) is unknown color: approx Sundance. HEX triplet: D1, AE and 4B. RGB value is (209,174,75). Sum of RGB (Red+Green+Blue) = 209+174+75=458 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.63% from 458); Green value is 174 (68.36% from 255 or 37.99% from 458); Blue value is 75 (29.69% from 255 or 16.38% from 458); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AE4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1AE4B is #2E51B4. Grayscale: #ADADAD. Windows color (decimal): -3035573 or 4959953. OLE color: 4959953.

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

Color convert

RGB20917475-
CMYK00.170.640.18
HSL44.33º59.29%55.69%-
HSV(B)44.33º64.11%81.96%-
XYZ42.744.3412.96-
YUV173.1872.6153.55-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.63%
GREEN value IS 174 (68.36% from 255) = 37.99%
BLUE value IS 75 (29.69% from 255) = 16.38%
R=45.63%
G=37.99%
B=16.38%

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
Decimal2091747500.170.640.1844.3359.2955.69
HexD1AE4B01140122c3b38
Octal32125611302110022547370
Binary11010001101011101001011010001100000010010101100111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AE4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AE4B; }

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

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

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

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

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

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

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

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