#D7B160

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

Shades of Equator #D7B160

Tints of Equator #D7B160

Color information

#D7B160 (or 0xD7B160) is unknown color: approx Equator. HEX triplet: D7, B1 and 60. RGB value is (215,177,96). Sum of RGB (Red+Green+Blue) = 215+177+96=488 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.06% from 488); Green value is 177 (69.53% from 255 or 36.27% from 488); Blue value is 96 (37.89% from 255 or 19.67% from 488); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7B160 is #284E9F. Grayscale: #B3B3B3. Windows color (decimal): -2641568 or 6336983. OLE color: 6336983.

HSL color Cylindrical-coordinate representation of color #D7B160: hue angle of 40.84º degrees, saturation: 0.6, 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 #D7B160 is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB21517796-
CMYK00.180.550.16
HSL40.84º59.8%60.98%-
HSV(B)40.84º55.35%84.31%-
XYZ45.8646.7417.67-
YUV179.1381.09153.59-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.06%
GREEN value IS 177 (69.53% from 255) = 36.27%
BLUE value IS 96 (37.89% from 255) = 19.67%
R=44.06%
G=36.27%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151779600.180.550.1640.8459.860.98
HexD7B1600123710293c3d
Octal3272611400226720517475
Binary1101011110110001110000001001011011110000101001111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B160; }

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

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

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

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

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

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

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

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