Shades of Equator #DAAD68
Tints of Equator #DAAD68
RGB
CMYK
RGB Variations
Color information
#DAAD68 (or 0xDAAD68) is known color: Equator. HEX triplet: DA, AD and 68. RGB value is (218,173,104). Sum of RGB (Red+Green+Blue) = 218+173+104=495 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.04% from 495); Green value is 173 (67.97% from 255 or 34.95% from 495); Blue value is 104 (41.02% from 255 or 21.01% from 495); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAD68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAD68 is #255297. Grayscale: #B2B2B2. Windows color (decimal): -2445976 or 6860250. OLE color: 6860250.
HSL color Cylindrical-coordinate representation of color #DAAD68: hue angle of 36.32º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DAAD68 is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 173 | 104 | - |
| CMYK | 0 | 0.21 | 0.52 | 0.15 |
| HSL | 36.32º | 0.61% | 0.63% | - |
| HSV(B) | 36.32º | 0.52% | 0.85% | - |
| XYZ | 46.36 | 45.79 | 19.49 | - |
| YUV | 178.59 | 85.91 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 173 | 104 | 0 | 0.21 | 0.52 | 0.15 | 36.32 | 0.61 | 0.63 |
| Hex | DA | AD | 68 | 0 | 15 | 34 | F | 24 | 3D | 3F |
| Octal | 332 | 255 | 150 | 0 | 25 | 64 | 17 | 44 | 75 | 77 |
| Binary | 11011010 | 10101101 | 1101000 | 0 | 10101 | 110100 | 1111 | 100100 | 111101 | 111111 |
Color Harmonies of #DAAD68
Complementary color
Monochromatic Colors of #DAAD68
Black with #DAAD68
Text Example
Text Example
White with #DAAD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAD68; }
p { color: rgb(218,173,104); }
H1.HeaderClassName
{
color: #DAAD68;
}
.AnyTagClassName
{
color: #DAAD68;
}
</style>
background-color css
<style>
a { background-color: #DAAD68; }
a { background-color: rgb(218,173,104); }
div.DivClassName
{
background-color: #DAAD68;
}
.BgClassName
{
background-color: #DAAD68;
}
</style>
border-color css
<style>
span { border-color: #DAAD68; }
span { border-color: rgb(218,173,104); }
td.TdClassName
{
border-color: #DAAD68;
}
.TagClassName
{
border-color: #DAAD68;
}
</style>