Shades of Equator #DAAF63
Tints of Equator #DAAF63
RGB
CMYK
RGB Variations
Color information
#DAAF63 (or 0xDAAF63) is known color: Equator. HEX triplet: DA, AF and 63. RGB value is (218,175,99). Sum of RGB (Red+Green+Blue) = 218+175+99=492 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.31% from 492); Green value is 175 (68.75% from 255 or 35.57% from 492); Blue value is 99 (39.06% from 255 or 20.12% from 492); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAF63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAF63 is #25509C. Grayscale: #B3B3B3. Windows color (decimal): -2445469 or 6533082. OLE color: 6533082.
HSL color Cylindrical-coordinate representation of color #DAAF63: hue angle of 38.32º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DAAF63 is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 175 | 99 | - |
| CMYK | 0 | 0.20 | 0.55 | 0.15 |
| HSL | 38.32º | 0.62% | 0.62% | - |
| HSV(B) | 38.32º | 0.55% | 0.85% | - |
| XYZ | 46.5 | 46.47 | 18.32 | - |
| YUV | 179.19 | 82.75 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 175 | 99 | 0 | 0.20 | 0.55 | 0.15 | 38.32 | 0.62 | 0.62 |
| Hex | DA | AF | 63 | 0 | 14 | 37 | F | 26 | 3E | 3E |
| Octal | 332 | 257 | 143 | 0 | 24 | 67 | 17 | 46 | 76 | 76 |
| Binary | 11011010 | 10101111 | 1100011 | 0 | 10100 | 110111 | 1111 | 100110 | 111110 | 111110 |
Color Harmonies of #DAAF63
Complementary color
Monochromatic Colors of #DAAF63
Black with #DAAF63
Text Example
Text Example
White with #DAAF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAF63; }
p { color: rgb(218,175,99); }
H1.HeaderClassName
{
color: #DAAF63;
}
.AnyTagClassName
{
color: #DAAF63;
}
</style>
background-color css
<style>
a { background-color: #DAAF63; }
a { background-color: rgb(218,175,99); }
div.DivClassName
{
background-color: #DAAF63;
}
.BgClassName
{
background-color: #DAAF63;
}
</style>
border-color css
<style>
span { border-color: #DAAF63; }
span { border-color: rgb(218,175,99); }
td.TdClassName
{
border-color: #DAAF63;
}
.TagClassName
{
border-color: #DAAF63;
}
</style>