Shades of Equator #DAB56B
Tints of Equator #DAB56B
RGB
CMYK
RGB Variations
Color information
#DAB56B (or 0xDAB56B) is known color: Equator. HEX triplet: DA, B5 and 6B. RGB value is (218,181,107). Sum of RGB (Red+Green+Blue) = 218+181+107=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 181 (71.09% from 255 or 35.77% from 506); Blue value is 107 (42.19% from 255 or 21.15% from 506); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB56B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB56B is #254A94. Grayscale: #B7B7B7. Windows color (decimal): -2443925 or 7058906. OLE color: 7058906.
HSL color Cylindrical-coordinate representation of color #DAB56B: hue angle of 40º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DAB56B is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 181 | 107 | - |
| CMYK | 0 | 0.17 | 0.51 | 0.15 |
| HSL | 40º | 0.6% | 0.64% | - |
| HSV(B) | 40º | 0.51% | 0.85% | - |
| XYZ | 48.09 | 49.01 | 20.84 | - |
| YUV | 183.63 | 84.76 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 181 | 107 | 0 | 0.17 | 0.51 | 0.15 | 40 | 0.6 | 0.64 |
| Hex | DA | B5 | 6B | 0 | 11 | 33 | F | 28 | 3C | 40 |
| Octal | 332 | 265 | 153 | 0 | 21 | 63 | 17 | 50 | 74 | 100 |
| Binary | 11011010 | 10110101 | 1101011 | 0 | 10001 | 110011 | 1111 | 101000 | 111100 | 1000000 |
Color Harmonies of #DAB56B
Complementary color
Monochromatic Colors of #DAB56B
Black with #DAB56B
Text Example
Text Example
White with #DAB56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB56B; }
p { color: rgb(218,181,107); }
H1.HeaderClassName
{
color: #DAB56B;
}
.AnyTagClassName
{
color: #DAB56B;
}
</style>
background-color css
<style>
a { background-color: #DAB56B; }
a { background-color: rgb(218,181,107); }
div.DivClassName
{
background-color: #DAB56B;
}
.BgClassName
{
background-color: #DAB56B;
}
</style>
border-color css
<style>
span { border-color: #DAB56B; }
span { border-color: rgb(218,181,107); }
td.TdClassName
{
border-color: #DAB56B;
}
.TagClassName
{
border-color: #DAB56B;
}
</style>