Shades of Equator #DAB768
Tints of Equator #DAB768
RGB
CMYK
RGB Variations
Color information
#DAB768 (or 0xDAB768) is known color: Equator. HEX triplet: DA, B7 and 68. RGB value is (218,183,104). Sum of RGB (Red+Green+Blue) = 218+183+104=505 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.17% from 505); Green value is 183 (71.88% from 255 or 36.24% from 505); Blue value is 104 (41.02% from 255 or 20.59% from 505); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB768 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB768 is #254897. Grayscale: #B8B8B8. Windows color (decimal): -2443416 or 6862810. OLE color: 6862810.
HSL color Cylindrical-coordinate representation of color #DAB768: hue angle of 41.58º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DAB768 is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 183 | 104 | - |
| CMYK | 0 | 0.16 | 0.52 | 0.15 |
| HSL | 41.58º | 0.61% | 0.63% | - |
| HSV(B) | 41.58º | 0.52% | 0.85% | - |
| XYZ | 48.35 | 49.77 | 20.16 | - |
| YUV | 184.46 | 82.6 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 183 | 104 | 0 | 0.16 | 0.52 | 0.15 | 41.58 | 0.61 | 0.63 |
| Hex | DA | B7 | 68 | 0 | 10 | 34 | F | 2A | 3D | 3F |
| Octal | 332 | 267 | 150 | 0 | 20 | 64 | 17 | 52 | 75 | 77 |
| Binary | 11011010 | 10110111 | 1101000 | 0 | 10000 | 110100 | 1111 | 101010 | 111101 | 111111 |
Color Harmonies of #DAB768
Complementary color
Monochromatic Colors of #DAB768
Black with #DAB768
Text Example
Text Example
White with #DAB768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB768; }
p { color: rgb(218,183,104); }
H1.HeaderClassName
{
color: #DAB768;
}
.AnyTagClassName
{
color: #DAB768;
}
</style>
background-color css
<style>
a { background-color: #DAB768; }
a { background-color: rgb(218,183,104); }
div.DivClassName
{
background-color: #DAB768;
}
.BgClassName
{
background-color: #DAB768;
}
</style>
border-color css
<style>
span { border-color: #DAB768; }
span { border-color: rgb(218,183,104); }
td.TdClassName
{
border-color: #DAB768;
}
.TagClassName
{
border-color: #DAB768;
}
</style>