#D9AB66

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

Shades of Equator #D9AB66

Tints of Equator #D9AB66

Color information

#D9AB66 (or 0xD9AB66) is unknown color: approx Equator. HEX triplet: D9, AB and 66. RGB value is (217,171,102). Sum of RGB (Red+Green+Blue) = 217+171+102=490 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.29% from 490); Green value is 171 (67.19% from 255 or 34.90% from 490); Blue value is 102 (40.23% from 255 or 20.82% from 490); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AB66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AB66 is #265499. Grayscale: #B1B1B1. Windows color (decimal): -2512026 or 6728665. OLE color: 6728665.

HSL color Cylindrical-coordinate representation of color #D9AB66: hue angle of 36º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D9AB66 is Cyan = 0, Magento = 0.21, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB217171102-
CMYK00.210.530.15
HSL36º60.21%62.55%-
HSV(B)36º53%85.1%-
XYZ45.5844.8418.82-
YUV176.8985.74156.61-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.29%
GREEN value IS 171 (67.19% from 255) = 34.90%
BLUE value IS 102 (40.23% from 255) = 20.82%
R=44.29%
G=34.90%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717110200.210.530.153660.2162.55
HexD9AB6601535F243c3f
Octal3312531460256517447477
Binary110110011010101111001100101011101011111100100111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AB66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AB66; }

 p { color: rgb(217,171,102); }

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

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

 a { background-color: rgb(217,171,102); }

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

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

 span { border-color: rgb(217,171,102); }

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