#D9AA63

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

Shades of Equator #D9AA63

Tints of Equator #D9AA63

Color information

#D9AA63 (or 0xD9AA63) is unknown color: approx Equator. HEX triplet: D9, AA and 63. RGB value is (217,170,99). Sum of RGB (Red+Green+Blue) = 217+170+99=486 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.65% from 486); Green value is 170 (66.80% from 255 or 34.98% from 486); Blue value is 99 (39.06% from 255 or 20.37% from 486); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AA63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AA63 is #26559C. Grayscale: #B0B0B0. Windows color (decimal): -2512285 or 6531801. OLE color: 6531801.

HSL color Cylindrical-coordinate representation of color #D9AA63: hue angle of 36.1º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D9AA63 is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB21717099-
CMYK00.220.540.15
HSL36.1º60.82%61.96%-
HSV(B)36.1º54.38%85.1%-
XYZ45.2444.417.99-
YUV175.9684.57157.27-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.65%
GREEN value IS 170 (66.80% from 255) = 34.98%
BLUE value IS 99 (39.06% from 255) = 20.37%
R=44.65%
G=34.98%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171709900.220.540.1536.160.8261.96
HexD9AA6301636F243d3e
Octal3312521430266617447576
Binary110110011010101011000110101101101101111100100111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AA63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AA63; }

 p { color: rgb(217,170,99); }

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

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

 a { background-color: rgb(217,170,99); }

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

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

 span { border-color: rgb(217,170,99); }

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