Shades of Equator #DAB269
Tints of Equator #DAB269
RGB
CMYK
RGB Variations
Color information
#DAB269 (or 0xDAB269) is known color: Equator. HEX triplet: DA, B2 and 69. RGB value is (218,178,105). Sum of RGB (Red+Green+Blue) = 218+178+105=501 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.51% from 501); Green value is 178 (69.92% from 255 or 35.53% from 501); Blue value is 105 (41.41% from 255 or 20.96% from 501); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB269 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB269 is #254D96. Grayscale: #B5B5B5. Windows color (decimal): -2444695 or 6927066. OLE color: 6927066.
HSL color Cylindrical-coordinate representation of color #DAB269: hue angle of 38.76º degrees, saturation: 0.6, 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 #DAB269 is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 178 | 105 | - |
| CMYK | 0 | 0.18 | 0.52 | 0.15 |
| HSL | 38.76º | 0.6% | 0.63% | - |
| HSV(B) | 38.76º | 0.52% | 0.85% | - |
| XYZ | 47.38 | 47.77 | 20.09 | - |
| YUV | 181.64 | 84.75 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 178 | 105 | 0 | 0.18 | 0.52 | 0.15 | 38.76 | 0.6 | 0.63 |
| Hex | DA | B2 | 69 | 0 | 12 | 34 | F | 27 | 3C | 3F |
| Octal | 332 | 262 | 151 | 0 | 22 | 64 | 17 | 47 | 74 | 77 |
| Binary | 11011010 | 10110010 | 1101001 | 0 | 10010 | 110100 | 1111 | 100111 | 111100 | 111111 |
Color Harmonies of #DAB269
Complementary color
Monochromatic Colors of #DAB269
Black with #DAB269
Text Example
Text Example
White with #DAB269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB269; }
p { color: rgb(218,178,105); }
H1.HeaderClassName
{
color: #DAB269;
}
.AnyTagClassName
{
color: #DAB269;
}
</style>
background-color css
<style>
a { background-color: #DAB269; }
a { background-color: rgb(218,178,105); }
div.DivClassName
{
background-color: #DAB269;
}
.BgClassName
{
background-color: #DAB269;
}
</style>
border-color css
<style>
span { border-color: #DAB269; }
span { border-color: rgb(218,178,105); }
td.TdClassName
{
border-color: #DAB269;
}
.TagClassName
{
border-color: #DAB269;
}
</style>