#D9AE66

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

Shades of Equator #D9AE66

Tints of Equator #D9AE66

Color information

#D9AE66 (or 0xD9AE66) is unknown color: approx Equator. HEX triplet: D9, AE and 66. RGB value is (217,174,102). Sum of RGB (Red+Green+Blue) = 217+174+102=493 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.02% from 493); Green value is 174 (68.36% from 255 or 35.29% from 493); Blue value is 102 (40.23% from 255 or 20.69% from 493); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AE66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AE66 is #265199. Grayscale: #B2B2B2. Windows color (decimal): -2511258 or 6729433. OLE color: 6729433.

HSL color Cylindrical-coordinate representation of color #D9AE66: hue angle of 37.57º 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 #D9AE66 is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB217174102-
CMYK00.200.530.15
HSL37.57º60.21%62.55%-
HSV(B)37.57º53%85.1%-
XYZ46.1545.9819.01-
YUV178.6584.75155.35-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.02%
GREEN value IS 174 (68.36% from 255) = 35.29%
BLUE value IS 102 (40.23% from 255) = 20.69%
R=44.02%
G=35.29%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717410200.200.530.1537.5760.2162.55
HexD9AE6601435F263c3f
Octal3312561460246517467477
Binary110110011010111011001100101001101011111100110111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AE66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AE66; }

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

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

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

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

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

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

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

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