#D9AB61

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

Shades of Equator #D9AB61

Tints of Equator #D9AB61

Color information

#D9AB61 (or 0xD9AB61) is unknown color: approx Equator. HEX triplet: D9, AB and 61. RGB value is (217,171,97). Sum of RGB (Red+Green+Blue) = 217+171+97=485 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.74% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 97 (38.28% from 255 or 20% from 485); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AB61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AB61 is #26549E. Grayscale: #B0B0B0. Windows color (decimal): -2512031 or 6400985. OLE color: 6400985.

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

Color convert

RGB21717197-
CMYK00.210.550.15
HSL37º61.22%61.57%-
HSV(B)37º55.3%85.1%-
XYZ45.3444.7417.56-
YUV176.3283.24157.02-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.74%
GREEN value IS 171 (67.19% from 255) = 35.26%
BLUE value IS 97 (38.28% from 255) = 20%
R=44.74%
G=35.26%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171719700.210.550.153761.2261.57
HexD9AB6101537F253d3e
Octal3312531410256717457576
Binary110110011010101111000010101011101111111100101111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AB61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AB61; }

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

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

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

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

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

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

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

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