Shades of Equator #DAB15C
Tints of Equator #DAB15C
RGB
CMYK
RGB Variations
Color information
#DAB15C (or 0xDAB15C) is known color: Equator. HEX triplet: DA, B1 and 5C. RGB value is (218,177,92). Sum of RGB (Red+Green+Blue) = 218+177+92=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 177 (69.53% from 255 or 36.34% from 487); Blue value is 92 (36.33% from 255 or 18.89% from 487); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB15C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB15C is #254EA3. Grayscale: #B3B3B3. Windows color (decimal): -2444964 or 6074842. OLE color: 6074842.
HSL color Cylindrical-coordinate representation of color #DAB15C: hue angle of 40.48º 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 #DAB15C is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 177 | 92 | - |
| CMYK | 0 | 0.19 | 0.58 | 0.15 |
| HSL | 40.48º | 0.63% | 0.61% | - |
| HSV(B) | 40.48º | 0.58% | 0.85% | - |
| XYZ | 46.57 | 47.12 | 16.77 | - |
| YUV | 179.57 | 78.58 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 177 | 92 | 0 | 0.19 | 0.58 | 0.15 | 40.48 | 0.63 | 0.61 |
| Hex | DA | B1 | 5C | 0 | 13 | 3A | F | 28 | 3F | 3D |
| Octal | 332 | 261 | 134 | 0 | 23 | 72 | 17 | 50 | 77 | 75 |
| Binary | 11011010 | 10110001 | 1011100 | 0 | 10011 | 111010 | 1111 | 101000 | 111111 | 111101 |
Color Harmonies of #DAB15C
Complementary color
Monochromatic Colors of #DAB15C
Black with #DAB15C
Text Example
Text Example
White with #DAB15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB15C; }
p { color: rgb(218,177,92); }
H1.HeaderClassName
{
color: #DAB15C;
}
.AnyTagClassName
{
color: #DAB15C;
}
</style>
background-color css
<style>
a { background-color: #DAB15C; }
a { background-color: rgb(218,177,92); }
div.DivClassName
{
background-color: #DAB15C;
}
.BgClassName
{
background-color: #DAB15C;
}
</style>
border-color css
<style>
span { border-color: #DAB15C; }
span { border-color: rgb(218,177,92); }
td.TdClassName
{
border-color: #DAB15C;
}
.TagClassName
{
border-color: #DAB15C;
}
</style>