Shades of Equator #DAAF6B
Tints of Equator #DAAF6B
RGB
CMYK
RGB Variations
Color information
#DAAF6B (or 0xDAAF6B) is known color: Equator. HEX triplet: DA, AF and 6B. RGB value is (218,175,107). Sum of RGB (Red+Green+Blue) = 218+175+107=500 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.6% from 500); Green value is 175 (68.75% from 255 or 35% from 500); Blue value is 107 (42.19% from 255 or 21.4% from 500); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAF6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAF6B is #255094. Grayscale: #B4B4B4. Windows color (decimal): -2445461 or 7057370. OLE color: 7057370.
HSL color Cylindrical-coordinate representation of color #DAAF6B: hue angle of 36.76º 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 #DAAF6B is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 175 | 107 | - |
| CMYK | 0 | 0.20 | 0.51 | 0.15 |
| HSL | 36.76º | 0.6% | 0.64% | - |
| HSV(B) | 36.76º | 0.51% | 0.85% | - |
| XYZ | 46.9 | 46.63 | 20.44 | - |
| YUV | 180.11 | 86.75 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 175 | 107 | 0 | 0.20 | 0.51 | 0.15 | 36.76 | 0.6 | 0.64 |
| Hex | DA | AF | 6B | 0 | 14 | 33 | F | 25 | 3C | 40 |
| Octal | 332 | 257 | 153 | 0 | 24 | 63 | 17 | 45 | 74 | 100 |
| Binary | 11011010 | 10101111 | 1101011 | 0 | 10100 | 110011 | 1111 | 100101 | 111100 | 1000000 |
Color Harmonies of #DAAF6B
Complementary color
Monochromatic Colors of #DAAF6B
Black with #DAAF6B
Text Example
Text Example
White with #DAAF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAF6B; }
p { color: rgb(218,175,107); }
H1.HeaderClassName
{
color: #DAAF6B;
}
.AnyTagClassName
{
color: #DAAF6B;
}
</style>
background-color css
<style>
a { background-color: #DAAF6B; }
a { background-color: rgb(218,175,107); }
div.DivClassName
{
background-color: #DAAF6B;
}
.BgClassName
{
background-color: #DAAF6B;
}
</style>
border-color css
<style>
span { border-color: #DAAF6B; }
span { border-color: rgb(218,175,107); }
td.TdClassName
{
border-color: #DAAF6B;
}
.TagClassName
{
border-color: #DAAF6B;
}
</style>