#D9B160

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

Shades of Equator #D9B160

Tints of Equator #D9B160

Color information

#D9B160 (or 0xD9B160) is unknown color: approx Equator. HEX triplet: D9, B1 and 60. RGB value is (217,177,96). Sum of RGB (Red+Green+Blue) = 217+177+96=490 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.29% from 490); Green value is 177 (69.53% from 255 or 36.12% from 490); Blue value is 96 (37.89% from 255 or 19.59% from 490); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9B160 is #264E9F. Grayscale: #B4B4B4. Windows color (decimal): -2510496 or 6336985. OLE color: 6336985.

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

Color convert

RGB21717796-
CMYK00.180.560.15
HSL40.17º61.42%61.37%-
HSV(B)40.17º55.76%85.1%-
XYZ46.4547.0417.7-
YUV179.7380.75154.59-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.29%
GREEN value IS 177 (69.53% from 255) = 36.12%
BLUE value IS 96 (37.89% from 255) = 19.59%
R=44.29%
G=36.12%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171779600.180.560.1540.1761.4261.37
HexD9B16001238F283d3d
Octal3312611400227017507575
Binary110110011011000111000000100101110001111101000111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B160; }

 p { color: rgb(217,177,96); }

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

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

 a { background-color: rgb(217,177,96); }

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

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

 span { border-color: rgb(217,177,96); }

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