Shades of Equator #DAB46C
Tints of Equator #DAB46C
RGB
CMYK
RGB Variations
Color information
#DAB46C (or 0xDAB46C) is known color: Equator. HEX triplet: DA, B4 and 6C. RGB value is (218,180,108). Sum of RGB (Red+Green+Blue) = 218+180+108=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 180 (70.70% from 255 or 35.57% from 506); Blue value is 108 (42.58% from 255 or 21.34% from 506); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB46C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB46C is #254B93. Grayscale: #B7B7B7. Windows color (decimal): -2444180 or 7124186. OLE color: 7124186.
HSL color Cylindrical-coordinate representation of color #DAB46C: hue angle of 39.27º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DAB46C is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 180 | 108 | - |
| CMYK | 0 | 0.17 | 0.50 | 0.15 |
| HSL | 39.27º | 0.6% | 0.64% | - |
| HSV(B) | 39.27º | 0.5% | 0.85% | - |
| XYZ | 47.94 | 48.63 | 21.05 | - |
| YUV | 183.15 | 85.59 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 180 | 108 | 0 | 0.17 | 0.50 | 0.15 | 39.27 | 0.6 | 0.64 |
| Hex | DA | B4 | 6C | 0 | 11 | 32 | F | 27 | 3C | 40 |
| Octal | 332 | 264 | 154 | 0 | 21 | 62 | 17 | 47 | 74 | 100 |
| Binary | 11011010 | 10110100 | 1101100 | 0 | 10001 | 110010 | 1111 | 100111 | 111100 | 1000000 |
Color Harmonies of #DAB46C
Complementary color
Monochromatic Colors of #DAB46C
Black with #DAB46C
Text Example
Text Example
White with #DAB46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB46C; }
p { color: rgb(218,180,108); }
H1.HeaderClassName
{
color: #DAB46C;
}
.AnyTagClassName
{
color: #DAB46C;
}
</style>
background-color css
<style>
a { background-color: #DAB46C; }
a { background-color: rgb(218,180,108); }
div.DivClassName
{
background-color: #DAB46C;
}
.BgClassName
{
background-color: #DAB46C;
}
</style>
border-color css
<style>
span { border-color: #DAB46C; }
span { border-color: rgb(218,180,108); }
td.TdClassName
{
border-color: #DAB46C;
}
.TagClassName
{
border-color: #DAB46C;
}
</style>