#D6B160

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

Shades of Equator #D6B160

Tints of Equator #D6B160

Color information

#D6B160 (or 0xD6B160) is unknown color: approx Equator. HEX triplet: D6, B1 and 60. RGB value is (214,177,96). Sum of RGB (Red+Green+Blue) = 214+177+96=487 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.94% from 487); Green value is 177 (69.53% from 255 or 36.34% from 487); Blue value is 96 (37.89% from 255 or 19.71% from 487); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6B160 is #294E9F. Grayscale: #B3B3B3. Windows color (decimal): -2707104 or 6336982. OLE color: 6336982.

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

Color convert

RGB21417796-
CMYK00.170.550.16
HSL41.19º59%60.78%-
HSV(B)41.19º55.14%83.92%-
XYZ45.5746.5817.66-
YUV178.8381.26153.09-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.94%
GREEN value IS 177 (69.53% from 255) = 36.34%
BLUE value IS 96 (37.89% from 255) = 19.71%
R=43.94%
G=36.34%
B=19.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141779600.170.550.1641.195960.78
HexD6B1600113710293b3d
Octal3262611400216720517375
Binary1101011010110001110000001000111011110000101001111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B160; }

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

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

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

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

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

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

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

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