#D4B060

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

Shades of Equator #D4B060

Tints of Equator #D4B060

Color information

#D4B060 (or 0xD4B060) is unknown color: approx Equator. HEX triplet: D4, B0 and 60. RGB value is (212,176,96). Sum of RGB (Red+Green+Blue) = 212+176+96=484 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.80% from 484); Green value is 176 (69.14% from 255 or 36.36% from 484); Blue value is 96 (37.89% from 255 or 19.83% from 484); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4B060 is #2B4F9F. Grayscale: #B2B2B2. Windows color (decimal): -2838432 or 6336724. OLE color: 6336724.

HSL color Cylindrical-coordinate representation of color #D4B060: hue angle of 41.38º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D4B060 is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB21217696-
CMYK00.170.550.17
HSL41.38º57.43%60.39%-
HSV(B)41.38º54.72%83.14%-
XYZ44.7945.8917.56-
YUV177.6481.93152.5-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.80%
GREEN value IS 176 (69.14% from 255) = 36.36%
BLUE value IS 96 (37.89% from 255) = 19.83%
R=43.80%
G=36.36%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121769600.170.550.1741.3857.4360.39
HexD4B060011371129393c
Octal3242601400216721517174
Binary1101010010110000110000001000111011110001101001111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B060; }

 p { color: rgb(212,176,96); }

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

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

 a { background-color: rgb(212,176,96); }

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

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

 span { border-color: rgb(212,176,96); }

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