Shades of Equator #DAAC63
Tints of Equator #DAAC63
RGB
CMYK
RGB Variations
Color information
#DAAC63 (or 0xDAAC63) is known color: Equator. HEX triplet: DA, AC and 63. RGB value is (218,172,99). Sum of RGB (Red+Green+Blue) = 218+172+99=489 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.58% from 489); Green value is 172 (67.58% from 255 or 35.17% from 489); Blue value is 99 (39.06% from 255 or 20.25% from 489); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAC63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAC63 is #25539C. Grayscale: #B1B1B1. Windows color (decimal): -2446237 or 6532314. OLE color: 6532314.
HSL color Cylindrical-coordinate representation of color #DAAC63: hue angle of 36.81º 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 #DAAC63 is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 172 | 99 | - |
| CMYK | 0 | 0.21 | 0.55 | 0.15 |
| HSL | 36.81º | 0.62% | 0.62% | - |
| HSV(B) | 36.81º | 0.55% | 0.85% | - |
| XYZ | 45.92 | 45.31 | 18.13 | - |
| YUV | 177.43 | 83.74 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 172 | 99 | 0 | 0.21 | 0.55 | 0.15 | 36.81 | 0.62 | 0.62 |
| Hex | DA | AC | 63 | 0 | 15 | 37 | F | 25 | 3E | 3E |
| Octal | 332 | 254 | 143 | 0 | 25 | 67 | 17 | 45 | 76 | 76 |
| Binary | 11011010 | 10101100 | 1100011 | 0 | 10101 | 110111 | 1111 | 100101 | 111110 | 111110 |
Color Harmonies of #DAAC63
Complementary color
Monochromatic Colors of #DAAC63
Black with #DAAC63
Text Example
Text Example
White with #DAAC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAC63; }
p { color: rgb(218,172,99); }
H1.HeaderClassName
{
color: #DAAC63;
}
.AnyTagClassName
{
color: #DAAC63;
}
</style>
background-color css
<style>
a { background-color: #DAAC63; }
a { background-color: rgb(218,172,99); }
div.DivClassName
{
background-color: #DAAC63;
}
.BgClassName
{
background-color: #DAAC63;
}
</style>
border-color css
<style>
span { border-color: #DAAC63; }
span { border-color: rgb(218,172,99); }
td.TdClassName
{
border-color: #DAAC63;
}
.TagClassName
{
border-color: #DAAC63;
}
</style>