Shades of Equator #DAAF5C
Tints of Equator #DAAF5C
RGB
CMYK
RGB Variations
Color information
#DAAF5C (or 0xDAAF5C) is known color: Equator. HEX triplet: DA, AF and 5C. RGB value is (218,175,92). Sum of RGB (Red+Green+Blue) = 218+175+92=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 175 (68.75% from 255 or 36.08% from 485); Blue value is 92 (36.33% from 255 or 18.97% from 485); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAF5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAF5C is #2550A3. Grayscale: #B2B2B2. Windows color (decimal): -2445476 or 6074330. OLE color: 6074330.
HSL color Cylindrical-coordinate representation of color #DAAF5C: hue angle of 39.52º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DAAF5C is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 175 | 92 | - |
| CMYK | 0 | 0.20 | 0.58 | 0.15 |
| HSL | 39.52º | 0.63% | 0.61% | - |
| HSV(B) | 39.52º | 0.58% | 0.85% | - |
| XYZ | 46.18 | 46.34 | 16.64 | - |
| YUV | 178.4 | 79.25 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 175 | 92 | 0 | 0.20 | 0.58 | 0.15 | 39.52 | 0.63 | 0.61 |
| Hex | DA | AF | 5C | 0 | 14 | 3A | F | 28 | 3F | 3D |
| Octal | 332 | 257 | 134 | 0 | 24 | 72 | 17 | 50 | 77 | 75 |
| Binary | 11011010 | 10101111 | 1011100 | 0 | 10100 | 111010 | 1111 | 101000 | 111111 | 111101 |
Color Harmonies of #DAAF5C
Complementary color
Monochromatic Colors of #DAAF5C
Black with #DAAF5C
Text Example
Text Example
White with #DAAF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAF5C; }
p { color: rgb(218,175,92); }
H1.HeaderClassName
{
color: #DAAF5C;
}
.AnyTagClassName
{
color: #DAAF5C;
}
</style>
background-color css
<style>
a { background-color: #DAAF5C; }
a { background-color: rgb(218,175,92); }
div.DivClassName
{
background-color: #DAAF5C;
}
.BgClassName
{
background-color: #DAAF5C;
}
</style>
border-color css
<style>
span { border-color: #DAAF5C; }
span { border-color: rgb(218,175,92); }
td.TdClassName
{
border-color: #DAAF5C;
}
.TagClassName
{
border-color: #DAAF5C;
}
</style>