Shades of Maverick #DAABC5
Tints of Maverick #DAABC5
RGB
CMYK
RGB Variations
Color information
#DAABC5 (or 0xDAABC5) is known color: Maverick. HEX triplet: DA, AB and C5. RGB value is (218,171,197). Sum of RGB (Red+Green+Blue) = 218+171+197=586 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.20% from 586); Green value is 171 (67.19% from 255 or 29.18% from 586); Blue value is 197 (77.34% from 255 or 33.62% from 586); Max value from RGB is 218 - color contains mainly: red. Hex color #DAABC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAABC5 is #25543A. Grayscale: #BBBBBB. Windows color (decimal): -2446395 or 12954586. OLE color: 12954586.
HSL color Cylindrical-coordinate representation of color #DAABC5: hue angle of 326.81º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DAABC5 is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 171 | 197 | - |
| CMYK | 0 | 0.22 | 0.10 | 0.15 |
| HSL | 326.81º | 0.39% | 0.76% | - |
| HSV(B) | 326.81º | 0.22% | 0.85% | - |
| XYZ | 53.55 | 48.06 | 59.28 | - |
| YUV | 188.02 | 133.07 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 171 | 197 | 0 | 0.22 | 0.10 | 0.15 | 326.81 | 0.39 | 0.76 |
| Hex | DA | AB | C5 | 0 | 16 | A | F | 147 | 27 | 4C |
| Octal | 332 | 253 | 305 | 0 | 26 | 12 | 17 | 507 | 47 | 114 |
| Binary | 11011010 | 10101011 | 11000101 | 0 | 10110 | 1010 | 1111 | 101000111 | 100111 | 1001100 |
Color Harmonies of #DAABC5
Complementary color
Monochromatic Colors of #DAABC5
Black with #DAABC5
Text Example
Text Example
White with #DAABC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAABC5; }
p { color: rgb(218,171,197); }
H1.HeaderClassName
{
color: #DAABC5;
}
.AnyTagClassName
{
color: #DAABC5;
}
</style>
background-color css
<style>
a { background-color: #DAABC5; }
a { background-color: rgb(218,171,197); }
div.DivClassName
{
background-color: #DAABC5;
}
.BgClassName
{
background-color: #DAABC5;
}
</style>
border-color css
<style>
span { border-color: #DAABC5; }
span { border-color: rgb(218,171,197); }
td.TdClassName
{
border-color: #DAABC5;
}
.TagClassName
{
border-color: #DAABC5;
}
</style>