#D6B162

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

Shades of Equator #D6B162

Tints of Equator #D6B162

Color information

#D6B162 (or 0xD6B162) is unknown color: approx Equator. HEX triplet: D6, B1 and 62. RGB value is (214,177,98). Sum of RGB (Red+Green+Blue) = 214+177+98=489 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.76% from 489); Green value is 177 (69.53% from 255 or 36.20% from 489); Blue value is 98 (38.67% from 255 or 20.04% from 489); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6B162 is #294E9D. Grayscale: #B3B3B3. Windows color (decimal): -2707102 or 6468054. OLE color: 6468054.

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

Color convert

RGB21417798-
CMYK00.170.540.16
HSL40.86º58.59%61.18%-
HSV(B)40.86º54.21%83.92%-
XYZ45.6646.6218.15-
YUV179.0682.26152.92-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.76%
GREEN value IS 177 (69.53% from 255) = 36.20%
BLUE value IS 98 (38.67% from 255) = 20.04%
R=43.76%
G=36.20%
B=20.04%

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
Decimal2141779800.170.540.1640.8658.5961.18
HexD6B1620113610293b3d
Octal3262611420216620517375
Binary1101011010110001110001001000111011010000101001111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B162; }

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

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

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

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

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

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

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

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