#D9B064

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

Shades of Equator #D9B064

Tints of Equator #D9B064

Color information

#D9B064 (or 0xD9B064) is unknown color: approx Equator. HEX triplet: D9, B0 and 64. RGB value is (217,176,100). Sum of RGB (Red+Green+Blue) = 217+176+100=493 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.02% from 493); Green value is 176 (69.14% from 255 or 35.70% from 493); Blue value is 100 (39.45% from 255 or 20.28% from 493); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B064 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9B064 is #264F9B. Grayscale: #B3B3B3. Windows color (decimal): -2510748 or 6598873. OLE color: 6598873.

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

Color convert

RGB217176100-
CMYK00.190.540.15
HSL38.97º60.62%62.16%-
HSV(B)38.97º53.92%85.1%-
XYZ46.4446.7218.63-
YUV179.683.08154.68-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.02%
GREEN value IS 176 (69.14% from 255) = 35.70%
BLUE value IS 100 (39.45% from 255) = 20.28%
R=44.02%
G=35.70%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717610000.190.540.1538.9760.6262.16
HexD9B06401336F273d3e
Octal3312601440236617477576
Binary110110011011000011001000100111101101111100111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B064; }

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

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

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

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

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

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

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

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