#D9B865

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

Shades of Equator #D9B865

Tints of Equator #D9B865

Color information

#D9B865 (or 0xD9B865) is unknown color: approx Equator. HEX triplet: D9, B8 and 65. RGB value is (217,184,101). Sum of RGB (Red+Green+Blue) = 217+184+101=502 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.23% from 502); Green value is 184 (72.27% from 255 or 36.65% from 502); Blue value is 101 (39.84% from 255 or 20.12% from 502); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B865 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9B865 is #26479A. Grayscale: #B8B8B8. Windows color (decimal): -2508699 or 6666457. OLE color: 6666457.

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

Color convert

RGB217184101-
CMYK00.150.530.15
HSL42.93º60.42%62.35%-
HSV(B)42.93º53.46%85.1%-
XYZ48.149.9719.42-
YUV184.480.93151.25-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.23%
GREEN value IS 184 (72.27% from 255) = 36.65%
BLUE value IS 101 (39.84% from 255) = 20.12%
R=43.23%
G=36.65%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718410100.150.530.1542.9360.4262.35
HexD9B8650F35F2b3c3e
Octal3312701450176517537476
Binary11011001101110001100101011111101011111101011111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B865; }

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

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

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

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

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

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

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

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