Shades of Maverick #DAA7CA
Tints of Maverick #DAA7CA
RGB
CMYK
RGB Variations
Color information
#DAA7CA (or 0xDAA7CA) is known color: Maverick. HEX triplet: DA, A7 and CA. RGB value is (218,167,202). Sum of RGB (Red+Green+Blue) = 218+167+202=587 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.14% from 587); Green value is 167 (65.62% from 255 or 28.45% from 587); Blue value is 202 (79.30% from 255 or 34.41% from 587); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA7CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA7CA is #255835. Grayscale: #BABABA. Windows color (decimal): -2447414 or 13281242. OLE color: 13281242.
HSL color Cylindrical-coordinate representation of color #DAA7CA: hue angle of 318.82º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DAA7CA is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 167 | 202 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.15 |
| HSL | 318.82º | 0.41% | 0.75% | - |
| HSV(B) | 318.82º | 0.23% | 0.85% | - |
| XYZ | 53.39 | 46.81 | 62.1 | - |
| YUV | 186.24 | 136.9 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 167 | 202 | 0 | 0.23 | 0.07 | 0.15 | 318.82 | 0.41 | 0.75 |
| Hex | DA | A7 | CA | 0 | 17 | 7 | F | 13F | 29 | 4B |
| Octal | 332 | 247 | 312 | 0 | 27 | 7 | 17 | 477 | 51 | 113 |
| Binary | 11011010 | 10100111 | 11001010 | 0 | 10111 | 111 | 1111 | 100111111 | 101001 | 1001011 |
Color Harmonies of #DAA7CA
Complementary color
Monochromatic Colors of #DAA7CA
Black with #DAA7CA
Text Example
Text Example
White with #DAA7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA7CA; }
p { color: rgb(218,167,202); }
H1.HeaderClassName
{
color: #DAA7CA;
}
.AnyTagClassName
{
color: #DAA7CA;
}
</style>
background-color css
<style>
a { background-color: #DAA7CA; }
a { background-color: rgb(218,167,202); }
div.DivClassName
{
background-color: #DAA7CA;
}
.BgClassName
{
background-color: #DAA7CA;
}
</style>
border-color css
<style>
span { border-color: #DAA7CA; }
span { border-color: rgb(218,167,202); }
td.TdClassName
{
border-color: #DAA7CA;
}
.TagClassName
{
border-color: #DAA7CA;
}
</style>