#D1B165

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

Shades of Equator #D1B165

Tints of Equator #D1B165

Color information

#D1B165 (or 0xD1B165) is unknown color: approx Equator. HEX triplet: D1, B1 and 65. RGB value is (209,177,101). Sum of RGB (Red+Green+Blue) = 209+177+101=487 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.92% from 487); Green value is 177 (69.53% from 255 or 36.34% from 487); Blue value is 101 (39.84% from 255 or 20.74% from 487); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1B165 is #2E4E9A. Grayscale: #B2B2B2. Windows color (decimal): -3034779 or 6664657. OLE color: 6664657.

HSL color Cylindrical-coordinate representation of color #D1B165: hue angle of 42.22º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D1B165 is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB209177101-
CMYK00.150.520.18
HSL42.22º54%60.78%-
HSV(B)42.22º51.67%81.96%-
XYZ44.3745.9418.84-
YUV177.984.6150.18-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.92%
GREEN value IS 177 (69.53% from 255) = 36.34%
BLUE value IS 101 (39.84% from 255) = 20.74%
R=42.92%
G=36.34%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917710100.150.520.1842.225460.78
HexD1B1650F34122a363d
Octal3212611450176422526675
Binary110100011011000111001010111111010010010101010110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B165; }

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

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

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

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

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

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

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

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