Shades of Equator #DAB75C
Tints of Equator #DAB75C
RGB
CMYK
RGB Variations
Color information
#DAB75C (or 0xDAB75C) is known color: Equator. HEX triplet: DA, B7 and 5C. RGB value is (218,183,92). Sum of RGB (Red+Green+Blue) = 218+183+92=493 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.22% from 493); Green value is 183 (71.88% from 255 or 37.12% from 493); Blue value is 92 (36.33% from 255 or 18.66% from 493); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB75C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB75C is #2548A3. Grayscale: #B7B7B7. Windows color (decimal): -2443428 or 6076378. OLE color: 6076378.
HSL color Cylindrical-coordinate representation of color #DAB75C: hue angle of 43.33º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DAB75C is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 183 | 92 | - |
| CMYK | 0 | 0.16 | 0.58 | 0.15 |
| HSL | 43.33º | 0.63% | 0.61% | - |
| HSV(B) | 43.33º | 0.58% | 0.85% | - |
| XYZ | 47.78 | 49.55 | 17.17 | - |
| YUV | 183.09 | 76.6 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 183 | 92 | 0 | 0.16 | 0.58 | 0.15 | 43.33 | 0.63 | 0.61 |
| Hex | DA | B7 | 5C | 0 | 10 | 3A | F | 2B | 3F | 3D |
| Octal | 332 | 267 | 134 | 0 | 20 | 72 | 17 | 53 | 77 | 75 |
| Binary | 11011010 | 10110111 | 1011100 | 0 | 10000 | 111010 | 1111 | 101011 | 111111 | 111101 |
Color Harmonies of #DAB75C
Complementary color
Monochromatic Colors of #DAB75C
Black with #DAB75C
Text Example
Text Example
White with #DAB75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB75C; }
p { color: rgb(218,183,92); }
H1.HeaderClassName
{
color: #DAB75C;
}
.AnyTagClassName
{
color: #DAB75C;
}
</style>
background-color css
<style>
a { background-color: #DAB75C; }
a { background-color: rgb(218,183,92); }
div.DivClassName
{
background-color: #DAB75C;
}
.BgClassName
{
background-color: #DAB75C;
}
</style>
border-color css
<style>
span { border-color: #DAB75C; }
span { border-color: rgb(218,183,92); }
td.TdClassName
{
border-color: #DAB75C;
}
.TagClassName
{
border-color: #DAB75C;
}
</style>