Shades of Maverick #DAA7C6
Tints of Maverick #DAA7C6
RGB
CMYK
RGB Variations
Color information
#DAA7C6 (or 0xDAA7C6) is known color: Maverick. HEX triplet: DA, A7 and C6. RGB value is (218,167,198). Sum of RGB (Red+Green+Blue) = 218+167+198=583 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.39% from 583); Green value is 167 (65.62% from 255 or 28.64% from 583); Blue value is 198 (77.73% from 255 or 33.96% from 583); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA7C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA7C6 is #255839. Grayscale: #B9B9B9. Windows color (decimal): -2447418 or 13019098. OLE color: 13019098.
HSL color Cylindrical-coordinate representation of color #DAA7C6: hue angle of 323.53º 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 #DAA7C6 is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 167 | 198 | - |
| CMYK | 0 | 0.23 | 0.09 | 0.15 |
| HSL | 323.53º | 0.41% | 0.75% | - |
| HSV(B) | 323.53º | 0.23% | 0.85% | - |
| XYZ | 52.93 | 46.62 | 59.64 | - |
| YUV | 185.78 | 134.9 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 167 | 198 | 0 | 0.23 | 0.09 | 0.15 | 323.53 | 0.41 | 0.75 |
| Hex | DA | A7 | C6 | 0 | 17 | 9 | F | 144 | 29 | 4B |
| Octal | 332 | 247 | 306 | 0 | 27 | 11 | 17 | 504 | 51 | 113 |
| Binary | 11011010 | 10100111 | 11000110 | 0 | 10111 | 1001 | 1111 | 101000100 | 101001 | 1001011 |
Color Harmonies of #DAA7C6
Complementary color
Monochromatic Colors of #DAA7C6
Black with #DAA7C6
Text Example
Text Example
White with #DAA7C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA7C6; }
p { color: rgb(218,167,198); }
H1.HeaderClassName
{
color: #DAA7C6;
}
.AnyTagClassName
{
color: #DAA7C6;
}
</style>
background-color css
<style>
a { background-color: #DAA7C6; }
a { background-color: rgb(218,167,198); }
div.DivClassName
{
background-color: #DAA7C6;
}
.BgClassName
{
background-color: #DAA7C6;
}
</style>
border-color css
<style>
span { border-color: #DAA7C6; }
span { border-color: rgb(218,167,198); }
td.TdClassName
{
border-color: #DAA7C6;
}
.TagClassName
{
border-color: #DAA7C6;
}
</style>