Shades of Equator #DAAF6A
Tints of Equator #DAAF6A
RGB
CMYK
RGB Variations
Color information
#DAAF6A (or 0xDAAF6A) is known color: Equator. HEX triplet: DA, AF and 6A. RGB value is (218,175,106). Sum of RGB (Red+Green+Blue) = 218+175+106=499 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.69% from 499); Green value is 175 (68.75% from 255 or 35.07% from 499); Blue value is 106 (41.80% from 255 or 21.24% from 499); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAF6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAF6A is #255095. Grayscale: #B4B4B4. Windows color (decimal): -2445462 or 6991834. OLE color: 6991834.
HSL color Cylindrical-coordinate representation of color #DAAF6A: hue angle of 36.96º 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 #DAAF6A is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 175 | 106 | - |
| CMYK | 0 | 0.20 | 0.51 | 0.15 |
| HSL | 36.96º | 0.6% | 0.64% | - |
| HSV(B) | 36.96º | 0.51% | 0.85% | - |
| XYZ | 46.84 | 46.61 | 20.16 | - |
| YUV | 179.99 | 86.25 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 175 | 106 | 0 | 0.20 | 0.51 | 0.15 | 36.96 | 0.6 | 0.64 |
| Hex | DA | AF | 6A | 0 | 14 | 33 | F | 25 | 3C | 40 |
| Octal | 332 | 257 | 152 | 0 | 24 | 63 | 17 | 45 | 74 | 100 |
| Binary | 11011010 | 10101111 | 1101010 | 0 | 10100 | 110011 | 1111 | 100101 | 111100 | 1000000 |
Color Harmonies of #DAAF6A
Complementary color
Monochromatic Colors of #DAAF6A
Black with #DAAF6A
Text Example
Text Example
White with #DAAF6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAF6A; }
p { color: rgb(218,175,106); }
H1.HeaderClassName
{
color: #DAAF6A;
}
.AnyTagClassName
{
color: #DAAF6A;
}
</style>
background-color css
<style>
a { background-color: #DAAF6A; }
a { background-color: rgb(218,175,106); }
div.DivClassName
{
background-color: #DAAF6A;
}
.BgClassName
{
background-color: #DAAF6A;
}
</style>
border-color css
<style>
span { border-color: #DAAF6A; }
span { border-color: rgb(218,175,106); }
td.TdClassName
{
border-color: #DAAF6A;
}
.TagClassName
{
border-color: #DAAF6A;
}
</style>