#D9B164

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

Shades of Equator #D9B164

Tints of Equator #D9B164

Color information

#D9B164 (or 0xD9B164) is unknown color: approx Equator. HEX triplet: D9, B1 and 64. RGB value is (217,177,100). Sum of RGB (Red+Green+Blue) = 217+177+100=494 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.93% from 494); Green value is 177 (69.53% from 255 or 35.83% from 494); Blue value is 100 (39.45% from 255 or 20.24% from 494); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B164 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9B164 is #264E9B. Grayscale: #B4B4B4. Windows color (decimal): -2510492 or 6599129. OLE color: 6599129.

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

Color convert

RGB217177100-
CMYK00.180.540.15
HSL39.49º60.62%62.16%-
HSV(B)39.49º53.92%85.1%-
XYZ46.6447.1218.69-
YUV180.1882.75154.26-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.93%
GREEN value IS 177 (69.53% from 255) = 35.83%
BLUE value IS 100 (39.45% from 255) = 20.24%
R=43.93%
G=35.83%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717710000.180.540.1539.4960.6262.16
HexD9B16401236F273d3e
Octal3312611440226617477576
Binary110110011011000111001000100101101101111100111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B164; }

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

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

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

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

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

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

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

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