#DAB160

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

Shades of Equator #DAB160

Tints of Equator #DAB160

Color information

#DAB160 (or 0xDAB160) is unknown color: approx Equator. HEX triplet: DA, B1 and 60. RGB value is (218,177,96). Sum of RGB (Red+Green+Blue) = 218+177+96=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 177 (69.53% from 255 or 36.05% from 491); Blue value is 96 (37.89% from 255 or 19.55% from 491); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB160 is #254E9F. Grayscale: #B4B4B4. Windows color (decimal): -2444960 or 6336986. OLE color: 6336986.

HSL color Cylindrical-coordinate representation of color #DAB160: hue angle of 39.84º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DAB160 is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB21817796-
CMYK00.190.560.15
HSL39.84º62.24%61.57%-
HSV(B)39.84º55.96%85.49%-
XYZ46.7547.1917.71-
YUV180.0280.58155.09-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.40%
GREEN value IS 177 (69.53% from 255) = 36.05%
BLUE value IS 96 (37.89% from 255) = 19.55%
R=44.40%
G=36.05%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181779600.190.560.1539.8462.2461.57
HexDAB16001338F283e3e
Octal3322611400237017507676
Binary110110101011000111000000100111110001111101000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB160; }

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

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

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

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

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

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

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

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