#D2AF66

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

Shades of Equator #D2AF66

Tints of Equator #D2AF66

Color information

#D2AF66 (or 0xD2AF66) is unknown color: approx Equator. HEX triplet: D2, AF and 66. RGB value is (210,175,102). Sum of RGB (Red+Green+Blue) = 210+175+102=487 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.12% from 487); Green value is 175 (68.75% from 255 or 35.93% from 487); Blue value is 102 (40.23% from 255 or 20.94% from 487); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AF66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2AF66 is #2D5099. Grayscale: #B1B1B1. Windows color (decimal): -2969754 or 6729682. OLE color: 6729682.

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

Color convert

RGB210175102-
CMYK00.170.510.18
HSL40.56º54.55%61.18%-
HSV(B)40.56º51.43%82.35%-
XYZ44.3145.3218.98-
YUV177.1485.6151.44-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.12%
GREEN value IS 175 (68.75% from 255) = 35.93%
BLUE value IS 102 (40.23% from 255) = 20.94%
R=43.12%
G=35.93%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017510200.170.510.1840.5654.5561.18
HexD2AF66011331229373d
Octal3222571460216322516775
Binary1101001010101111110011001000111001110010101001110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AF66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AF66; }

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

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

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

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

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

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

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

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