#D4AF66

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

Shades of Equator #D4AF66

Tints of Equator #D4AF66

Color information

#D4AF66 (or 0xD4AF66) is unknown color: approx Equator. HEX triplet: D4, AF and 66. RGB value is (212,175,102). Sum of RGB (Red+Green+Blue) = 212+175+102=489 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.35% from 489); Green value is 175 (68.75% from 255 or 35.79% from 489); Blue value is 102 (40.23% from 255 or 20.86% from 489); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AF66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4AF66 is #2B5099. Grayscale: #B2B2B2. Windows color (decimal): -2838682 or 6729684. OLE color: 6729684.

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

Color convert

RGB212175102-
CMYK00.170.520.17
HSL39.82º56.12%61.57%-
HSV(B)39.82º51.89%83.14%-
XYZ44.8845.6219.01-
YUV177.7485.26152.44-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.35%
GREEN value IS 175 (68.75% from 255) = 35.79%
BLUE value IS 102 (40.23% from 255) = 20.86%
R=43.35%
G=35.79%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.52
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217510200.170.520.1739.8256.1261.57
HexD4AF66011341128383e
Octal3242571460216421507076
Binary1101010010101111110011001000111010010001101000111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AF66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AF66; }

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

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

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

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

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

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

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

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