Shades of Equator #DAB65C
Tints of Equator #DAB65C
RGB
CMYK
RGB Variations
Color information
#DAB65C (or 0xDAB65C) is known color: Equator. HEX triplet: DA, B6 and 5C. RGB value is (218,182,92). Sum of RGB (Red+Green+Blue) = 218+182+92=492 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.31% from 492); Green value is 182 (71.48% from 255 or 36.99% from 492); Blue value is 92 (36.33% from 255 or 18.70% from 492); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB65C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB65C is #2549A3. Grayscale: #B6B6B6. Windows color (decimal): -2443684 or 6076122. OLE color: 6076122.
HSL color Cylindrical-coordinate representation of color #DAB65C: hue angle of 42.86º 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 #DAB65C is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 182 | 92 | - |
| CMYK | 0 | 0.17 | 0.58 | 0.15 |
| HSL | 42.86º | 0.63% | 0.61% | - |
| HSV(B) | 42.86º | 0.58% | 0.85% | - |
| XYZ | 47.57 | 49.13 | 17.1 | - |
| YUV | 182.5 | 76.93 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 182 | 92 | 0 | 0.17 | 0.58 | 0.15 | 42.86 | 0.63 | 0.61 |
| Hex | DA | B6 | 5C | 0 | 11 | 3A | F | 2B | 3F | 3D |
| Octal | 332 | 266 | 134 | 0 | 21 | 72 | 17 | 53 | 77 | 75 |
| Binary | 11011010 | 10110110 | 1011100 | 0 | 10001 | 111010 | 1111 | 101011 | 111111 | 111101 |
Color Harmonies of #DAB65C
Complementary color
Monochromatic Colors of #DAB65C
Black with #DAB65C
Text Example
Text Example
White with #DAB65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB65C; }
p { color: rgb(218,182,92); }
H1.HeaderClassName
{
color: #DAB65C;
}
.AnyTagClassName
{
color: #DAB65C;
}
</style>
background-color css
<style>
a { background-color: #DAB65C; }
a { background-color: rgb(218,182,92); }
div.DivClassName
{
background-color: #DAB65C;
}
.BgClassName
{
background-color: #DAB65C;
}
</style>
border-color css
<style>
span { border-color: #DAB65C; }
span { border-color: rgb(218,182,92); }
td.TdClassName
{
border-color: #DAB65C;
}
.TagClassName
{
border-color: #DAB65C;
}
</style>