Shades of Equator #DAAF6C
Tints of Equator #DAAF6C
RGB
CMYK
RGB Variations
Color information
#DAAF6C (or 0xDAAF6C) is known color: Equator. HEX triplet: DA, AF and 6C. RGB value is (218,175,108). Sum of RGB (Red+Green+Blue) = 218+175+108=501 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.51% from 501); Green value is 175 (68.75% from 255 or 34.93% from 501); Blue value is 108 (42.58% from 255 or 21.56% from 501); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAF6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAF6C is #255093. Grayscale: #B4B4B4. Windows color (decimal): -2445460 or 7122906. OLE color: 7122906.
HSL color Cylindrical-coordinate representation of color #DAAF6C: hue angle of 36.55º 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 #DAAF6C is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 175 | 108 | - |
| CMYK | 0 | 0.20 | 0.50 | 0.15 |
| HSL | 36.55º | 0.6% | 0.64% | - |
| HSV(B) | 36.55º | 0.5% | 0.85% | - |
| XYZ | 46.95 | 46.65 | 20.72 | - |
| YUV | 180.22 | 87.25 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 175 | 108 | 0 | 0.20 | 0.50 | 0.15 | 36.55 | 0.6 | 0.64 |
| Hex | DA | AF | 6C | 0 | 14 | 32 | F | 25 | 3C | 40 |
| Octal | 332 | 257 | 154 | 0 | 24 | 62 | 17 | 45 | 74 | 100 |
| Binary | 11011010 | 10101111 | 1101100 | 0 | 10100 | 110010 | 1111 | 100101 | 111100 | 1000000 |
Color Harmonies of #DAAF6C
Complementary color
Monochromatic Colors of #DAAF6C
Black with #DAAF6C
Text Example
Text Example
White with #DAAF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAF6C; }
p { color: rgb(218,175,108); }
H1.HeaderClassName
{
color: #DAAF6C;
}
.AnyTagClassName
{
color: #DAAF6C;
}
</style>
background-color css
<style>
a { background-color: #DAAF6C; }
a { background-color: rgb(218,175,108); }
div.DivClassName
{
background-color: #DAAF6C;
}
.BgClassName
{
background-color: #DAAF6C;
}
</style>
border-color css
<style>
span { border-color: #DAAF6C; }
span { border-color: rgb(218,175,108); }
td.TdClassName
{
border-color: #DAAF6C;
}
.TagClassName
{
border-color: #DAAF6C;
}
</style>