Shades of Equator #DAB360
Tints of Equator #DAB360
RGB
CMYK
RGB Variations
Color information
#DAB360 (or 0xDAB360) is known color: Equator. HEX triplet: DA, B3 and 60. RGB value is (218,179,96). Sum of RGB (Red+Green+Blue) = 218+179+96=493 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.22% from 493); Green value is 179 (70.31% from 255 or 36.31% from 493); Blue value is 96 (37.89% from 255 or 19.47% from 493); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB360 is #254C9F. Grayscale: #B5B5B5. Windows color (decimal): -2444448 or 6337498. OLE color: 6337498.
HSL color Cylindrical-coordinate representation of color #DAB360: hue angle of 40.82º 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 #DAB360 is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 179 | 96 | - |
| CMYK | 0 | 0.18 | 0.56 | 0.15 |
| HSL | 40.82º | 0.62% | 0.62% | - |
| HSV(B) | 40.82º | 0.56% | 0.85% | - |
| XYZ | 47.14 | 47.99 | 17.84 | - |
| YUV | 181.2 | 79.92 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 179 | 96 | 0 | 0.18 | 0.56 | 0.15 | 40.82 | 0.62 | 0.62 |
| Hex | DA | B3 | 60 | 0 | 12 | 38 | F | 29 | 3E | 3E |
| Octal | 332 | 263 | 140 | 0 | 22 | 70 | 17 | 51 | 76 | 76 |
| Binary | 11011010 | 10110011 | 1100000 | 0 | 10010 | 111000 | 1111 | 101001 | 111110 | 111110 |
Color Harmonies of #DAB360
Complementary color
Monochromatic Colors of #DAB360
Black with #DAB360
Text Example
Text Example
White with #DAB360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB360; }
p { color: rgb(218,179,96); }
H1.HeaderClassName
{
color: #DAB360;
}
.AnyTagClassName
{
color: #DAB360;
}
</style>
background-color css
<style>
a { background-color: #DAB360; }
a { background-color: rgb(218,179,96); }
div.DivClassName
{
background-color: #DAB360;
}
.BgClassName
{
background-color: #DAB360;
}
</style>
border-color css
<style>
span { border-color: #DAB360; }
span { border-color: rgb(218,179,96); }
td.TdClassName
{
border-color: #DAB360;
}
.TagClassName
{
border-color: #DAB360;
}
</style>