Shades of Maverick #DAA0CA
Tints of Maverick #DAA0CA
RGB
CMYK
RGB Variations
Color information
#DAA0CA (or 0xDAA0CA) is known color: Maverick. HEX triplet: DA, A0 and CA. RGB value is (218,160,202). Sum of RGB (Red+Green+Blue) = 218+160+202=580 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.59% from 580); Green value is 160 (62.89% from 255 or 27.59% from 580); Blue value is 202 (79.30% from 255 or 34.83% from 580); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA0CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA0CA is #255F35. Grayscale: #B6B6B6. Windows color (decimal): -2449206 or 13279450. OLE color: 13279450.
HSL color Cylindrical-coordinate representation of color #DAA0CA: hue angle of 316.55º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DAA0CA is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 160 | 202 | - |
| CMYK | 0 | 0.27 | 0.07 | 0.15 |
| HSL | 316.55º | 0.44% | 0.74% | - |
| HSV(B) | 316.55º | 0.27% | 0.85% | - |
| XYZ | 52.14 | 44.31 | 61.68 | - |
| YUV | 182.13 | 139.22 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 160 | 202 | 0 | 0.27 | 0.07 | 0.15 | 316.55 | 0.44 | 0.74 |
| Hex | DA | A0 | CA | 0 | 1B | 7 | F | 13D | 2C | 4A |
| Octal | 332 | 240 | 312 | 0 | 33 | 7 | 17 | 475 | 54 | 112 |
| Binary | 11011010 | 10100000 | 11001010 | 0 | 11011 | 111 | 1111 | 100111101 | 101100 | 1001010 |
Color Harmonies of #DAA0CA
Complementary color
Monochromatic Colors of #DAA0CA
Black with #DAA0CA
Text Example
Text Example
White with #DAA0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA0CA; }
p { color: rgb(218,160,202); }
H1.HeaderClassName
{
color: #DAA0CA;
}
.AnyTagClassName
{
color: #DAA0CA;
}
</style>
background-color css
<style>
a { background-color: #DAA0CA; }
a { background-color: rgb(218,160,202); }
div.DivClassName
{
background-color: #DAA0CA;
}
.BgClassName
{
background-color: #DAA0CA;
}
</style>
border-color css
<style>
span { border-color: #DAA0CA; }
span { border-color: rgb(218,160,202); }
td.TdClassName
{
border-color: #DAA0CA;
}
.TagClassName
{
border-color: #DAA0CA;
}
</style>