Shades of Equator #DAAC5D
Tints of Equator #DAAC5D
RGB
CMYK
RGB Variations
Color information
#DAAC5D (or 0xDAAC5D) is known color: Equator. HEX triplet: DA, AC and 5D. RGB value is (218,172,93). Sum of RGB (Red+Green+Blue) = 218+172+93=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 172 (67.58% from 255 or 35.61% from 483); Blue value is 93 (36.72% from 255 or 19.25% from 483); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAC5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAC5D is #2553A2. Grayscale: #B1B1B1. Windows color (decimal): -2446243 or 6139098. OLE color: 6139098.
HSL color Cylindrical-coordinate representation of color #DAAC5D: hue angle of 37.92º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DAAC5D is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 172 | 93 | - |
| CMYK | 0 | 0.21 | 0.57 | 0.15 |
| HSL | 37.92º | 0.63% | 0.61% | - |
| HSV(B) | 37.92º | 0.57% | 0.85% | - |
| XYZ | 45.64 | 45.2 | 16.67 | - |
| YUV | 176.75 | 80.74 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 172 | 93 | 0 | 0.21 | 0.57 | 0.15 | 37.92 | 0.63 | 0.61 |
| Hex | DA | AC | 5D | 0 | 15 | 39 | F | 26 | 3F | 3D |
| Octal | 332 | 254 | 135 | 0 | 25 | 71 | 17 | 46 | 77 | 75 |
| Binary | 11011010 | 10101100 | 1011101 | 0 | 10101 | 111001 | 1111 | 100110 | 111111 | 111101 |
Color Harmonies of #DAAC5D
Complementary color
Monochromatic Colors of #DAAC5D
Black with #DAAC5D
Text Example
Text Example
White with #DAAC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAC5D; }
p { color: rgb(218,172,93); }
H1.HeaderClassName
{
color: #DAAC5D;
}
.AnyTagClassName
{
color: #DAAC5D;
}
</style>
background-color css
<style>
a { background-color: #DAAC5D; }
a { background-color: rgb(218,172,93); }
div.DivClassName
{
background-color: #DAAC5D;
}
.BgClassName
{
background-color: #DAAC5D;
}
</style>
border-color css
<style>
span { border-color: #DAAC5D; }
span { border-color: rgb(218,172,93); }
td.TdClassName
{
border-color: #DAAC5D;
}
.TagClassName
{
border-color: #DAAC5D;
}
</style>