Shades of Equator #DAB75A
Tints of Equator #DAB75A
RGB
CMYK
RGB Variations
Color information
#DAB75A (or 0xDAB75A) is known color: Equator. HEX triplet: DA, B7 and 5A. RGB value is (218,183,90). Sum of RGB (Red+Green+Blue) = 218+183+90=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 183 (71.88% from 255 or 37.27% from 491); Blue value is 90 (35.55% from 255 or 18.33% from 491); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB75A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB75A is #2548A5. Grayscale: #B7B7B7. Windows color (decimal): -2443430 or 5945306. OLE color: 5945306.
HSL color Cylindrical-coordinate representation of color #DAB75A: hue angle of 43.59º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DAB75A is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 183 | 90 | - |
| CMYK | 0 | 0.16 | 0.59 | 0.15 |
| HSL | 43.59º | 0.63% | 0.6% | - |
| HSV(B) | 43.59º | 0.59% | 0.85% | - |
| XYZ | 47.69 | 49.51 | 16.72 | - |
| YUV | 182.86 | 75.6 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 183 | 90 | 0 | 0.16 | 0.59 | 0.15 | 43.59 | 0.63 | 0.6 |
| Hex | DA | B7 | 5A | 0 | 10 | 3B | F | 2C | 3F | 3C |
| Octal | 332 | 267 | 132 | 0 | 20 | 73 | 17 | 54 | 77 | 74 |
| Binary | 11011010 | 10110111 | 1011010 | 0 | 10000 | 111011 | 1111 | 101100 | 111111 | 111100 |
Color Harmonies of #DAB75A
Complementary color
Monochromatic Colors of #DAB75A
Black with #DAB75A
Text Example
Text Example
White with #DAB75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB75A; }
p { color: rgb(218,183,90); }
H1.HeaderClassName
{
color: #DAB75A;
}
.AnyTagClassName
{
color: #DAB75A;
}
</style>
background-color css
<style>
a { background-color: #DAB75A; }
a { background-color: rgb(218,183,90); }
div.DivClassName
{
background-color: #DAB75A;
}
.BgClassName
{
background-color: #DAB75A;
}
</style>
border-color css
<style>
span { border-color: #DAB75A; }
span { border-color: rgb(218,183,90); }
td.TdClassName
{
border-color: #DAB75A;
}
.TagClassName
{
border-color: #DAB75A;
}
</style>