#D5B163

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

Shades of Equator #D5B163

Tints of Equator #D5B163

Color information

#D5B163 (or 0xD5B163) is unknown color: approx Equator. HEX triplet: D5, B1 and 63. RGB value is (213,177,99). Sum of RGB (Red+Green+Blue) = 213+177+99=489 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.56% from 489); Green value is 177 (69.53% from 255 or 36.20% from 489); Blue value is 99 (39.06% from 255 or 20.25% from 489); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5B163 is #2A4E9C. Grayscale: #B3B3B3. Windows color (decimal): -2772637 or 6533589. OLE color: 6533589.

HSL color Cylindrical-coordinate representation of color #D5B163: hue angle of 41.05º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D5B163 is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB21317799-
CMYK00.170.540.16
HSL41.05º57.58%61.18%-
HSV(B)41.05º53.52%83.53%-
XYZ45.4146.4918.38-
YUV178.8782.93152.34-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.56%
GREEN value IS 177 (69.53% from 255) = 36.20%
BLUE value IS 99 (39.06% from 255) = 20.25%
R=43.56%
G=36.20%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131779900.170.540.1641.0557.5861.18
HexD5B1630113610293a3d
Octal3252611430216620517275
Binary1101010110110001110001101000111011010000101001111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B163; }

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

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

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

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

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

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

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

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