#D9B165

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

Shades of Equator #D9B165

Tints of Equator #D9B165

Color information

#D9B165 (or 0xD9B165) is unknown color: approx Equator. HEX triplet: D9, B1 and 65. RGB value is (217,177,101). Sum of RGB (Red+Green+Blue) = 217+177+101=495 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.84% from 495); Green value is 177 (69.53% from 255 or 35.76% from 495); Blue value is 101 (39.84% from 255 or 20.40% from 495); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9B165 is #264E9A. Grayscale: #B4B4B4. Windows color (decimal): -2510491 or 6664665. OLE color: 6664665.

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

Color convert

RGB217177101-
CMYK00.180.530.15
HSL39.31º60.42%62.35%-
HSV(B)39.31º53.46%85.1%-
XYZ46.6947.1418.95-
YUV180.383.25154.18-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.84%
GREEN value IS 177 (69.53% from 255) = 35.76%
BLUE value IS 101 (39.84% from 255) = 20.40%
R=43.84%
G=35.76%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717710100.180.530.1539.3160.4262.35
HexD9B16501235F273c3e
Octal3312611450226517477476
Binary110110011011000111001010100101101011111100111111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B165; }

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

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

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

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

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

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

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

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