#D6B163

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

Shades of Equator #D6B163

Tints of Equator #D6B163

Color information

#D6B163 (or 0xD6B163) is unknown color: approx Equator. HEX triplet: D6, B1 and 63. RGB value is (214,177,99). Sum of RGB (Red+Green+Blue) = 214+177+99=490 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.67% from 490); Green value is 177 (69.53% from 255 or 36.12% from 490); Blue value is 99 (39.06% from 255 or 20.20% from 490); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6B163 is #294E9C. Grayscale: #B3B3B3. Windows color (decimal): -2707101 or 6533590. OLE color: 6533590.

HSL color Cylindrical-coordinate representation of color #D6B163: hue angle of 40.7º 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 #D6B163 is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB21417799-
CMYK00.170.540.16
HSL40.7º58.38%61.37%-
HSV(B)40.7º53.74%83.92%-
XYZ45.7146.6418.4-
YUV179.1782.76152.84-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.67%
GREEN value IS 177 (69.53% from 255) = 36.12%
BLUE value IS 99 (39.06% from 255) = 20.20%
R=43.67%
G=36.12%
B=20.20%

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
Decimal2141779900.170.540.1640.758.3861.37
HexD6B1630113610293a3d
Octal3262611430216620517275
Binary1101011010110001110001101000111011010000101001111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B163; }

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

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

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

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

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

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

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

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