#D1B163

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

Shades of Equator #D1B163

Tints of Equator #D1B163

Color information

#D1B163 (or 0xD1B163) is unknown color: approx Equator. HEX triplet: D1, B1 and 63. RGB value is (209,177,99). Sum of RGB (Red+Green+Blue) = 209+177+99=485 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.09% from 485); Green value is 177 (69.53% from 255 or 36.49% from 485); Blue value is 99 (39.06% from 255 or 20.41% from 485); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1B163 is #2E4E9C. Grayscale: #B2B2B2. Windows color (decimal): -3034781 or 6533585. OLE color: 6533585.

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

Color convert

RGB20917799-
CMYK00.150.530.18
HSL42.55º54.46%60.39%-
HSV(B)42.55º52.63%81.96%-
XYZ44.2745.918.33-
YUV177.6883.6150.34-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.09%
GREEN value IS 177 (69.53% from 255) = 36.49%
BLUE value IS 99 (39.06% from 255) = 20.41%
R=43.09%
G=36.49%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.53
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091779900.150.530.1842.5554.4660.39
HexD1B1630F35122b363c
Octal3212611430176522536674
Binary110100011011000111000110111111010110010101011110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B163; }

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

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

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

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

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

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

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

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