#D9B864

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

Shades of Equator #D9B864

Tints of Equator #D9B864

Color information

#D9B864 (or 0xD9B864) is unknown color: approx Equator. HEX triplet: D9, B8 and 64. RGB value is (217,184,100). Sum of RGB (Red+Green+Blue) = 217+184+100=501 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.31% from 501); Green value is 184 (72.27% from 255 or 36.73% from 501); Blue value is 100 (39.45% from 255 or 19.96% from 501); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B864 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9B864 is #26479B. Grayscale: #B8B8B8. Windows color (decimal): -2508700 or 6600921. OLE color: 6600921.

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

Color convert

RGB217184100-
CMYK00.150.540.15
HSL43.08º60.62%62.16%-
HSV(B)43.08º53.92%85.1%-
XYZ48.0649.9519.17-
YUV184.2980.43151.33-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.31%
GREEN value IS 184 (72.27% from 255) = 36.73%
BLUE value IS 100 (39.45% from 255) = 19.96%
R=43.31%
G=36.73%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718410000.150.540.1543.0860.6262.16
HexD9B8640F36F2b3d3e
Octal3312701440176617537576
Binary11011001101110001100100011111101101111101011111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B864; }

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

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

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

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

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

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

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

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