#D4AF62

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

Shades of Equator #D4AF62

Tints of Equator #D4AF62

Color information

#D4AF62 (or 0xD4AF62) is unknown color: approx Equator. HEX triplet: D4, AF and 62. RGB value is (212,175,98). Sum of RGB (Red+Green+Blue) = 212+175+98=485 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.71% from 485); Green value is 175 (68.75% from 255 or 36.08% from 485); Blue value is 98 (38.67% from 255 or 20.21% from 485); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AF62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4AF62 is #2B509D. Grayscale: #B1B1B1. Windows color (decimal): -2838686 or 6467540. OLE color: 6467540.

HSL color Cylindrical-coordinate representation of color #D4AF62: hue angle of 40.53º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D4AF62 is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.17.

Color convert

RGB21217598-
CMYK00.170.540.17
HSL40.53º57%60.78%-
HSV(B)40.53º53.77%83.14%-
XYZ44.6945.5417.99-
YUV177.2883.26152.76-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.71%
GREEN value IS 175 (68.75% from 255) = 36.08%
BLUE value IS 98 (38.67% from 255) = 20.21%
R=43.71%
G=36.08%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.54
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121759800.170.540.1740.535760.78
HexD4AF62011361129393d
Octal3242571420216621517175
Binary1101010010101111110001001000111011010001101001111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AF62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AF62; }

 p { color: rgb(212,175,98); }

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

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

 a { background-color: rgb(212,175,98); }

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

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

 span { border-color: rgb(212,175,98); }

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