Shades of Equator #DAAC65
Tints of Equator #DAAC65
RGB
CMYK
RGB Variations
Color information
#DAAC65 (or 0xDAAC65) is known color: Equator. HEX triplet: DA, AC and 65. RGB value is (218,172,101). Sum of RGB (Red+Green+Blue) = 218+172+101=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 172 (67.58% from 255 or 35.03% from 491); Blue value is 101 (39.84% from 255 or 20.57% from 491); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAC65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAC65 is #25539A. Grayscale: #B1B1B1. Windows color (decimal): -2446235 or 6663386. OLE color: 6663386.
HSL color Cylindrical-coordinate representation of color #DAAC65: hue angle of 36.41º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DAAC65 is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 172 | 101 | - |
| CMYK | 0 | 0.21 | 0.54 | 0.15 |
| HSL | 36.41º | 0.61% | 0.63% | - |
| HSV(B) | 36.41º | 0.54% | 0.85% | - |
| XYZ | 46.01 | 45.35 | 18.64 | - |
| YUV | 177.66 | 84.74 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 172 | 101 | 0 | 0.21 | 0.54 | 0.15 | 36.41 | 0.61 | 0.63 |
| Hex | DA | AC | 65 | 0 | 15 | 36 | F | 24 | 3D | 3F |
| Octal | 332 | 254 | 145 | 0 | 25 | 66 | 17 | 44 | 75 | 77 |
| Binary | 11011010 | 10101100 | 1100101 | 0 | 10101 | 110110 | 1111 | 100100 | 111101 | 111111 |
Color Harmonies of #DAAC65
Complementary color
Monochromatic Colors of #DAAC65
Black with #DAAC65
Text Example
Text Example
White with #DAAC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAC65; }
p { color: rgb(218,172,101); }
H1.HeaderClassName
{
color: #DAAC65;
}
.AnyTagClassName
{
color: #DAAC65;
}
</style>
background-color css
<style>
a { background-color: #DAAC65; }
a { background-color: rgb(218,172,101); }
div.DivClassName
{
background-color: #DAAC65;
}
.BgClassName
{
background-color: #DAAC65;
}
</style>
border-color css
<style>
span { border-color: #DAAC65; }
span { border-color: rgb(218,172,101); }
td.TdClassName
{
border-color: #DAAC65;
}
.TagClassName
{
border-color: #DAAC65;
}
</style>