Shades of Maverick #DAABC4
Tints of Maverick #DAABC4
RGB
CMYK
RGB Variations
Color information
#DAABC4 (or 0xDAABC4) is known color: Maverick. HEX triplet: DA, AB and C4. RGB value is (218,171,196). Sum of RGB (Red+Green+Blue) = 218+171+196=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 171 (67.19% from 255 or 29.23% from 585); Blue value is 196 (76.95% from 255 or 33.50% from 585); Max value from RGB is 218 - color contains mainly: red. Hex color #DAABC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAABC4 is #25543B. Grayscale: #BBBBBB. Windows color (decimal): -2446396 or 12889050. OLE color: 12889050.
HSL color Cylindrical-coordinate representation of color #DAABC4: hue angle of 328.09º 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 #DAABC4 is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 171 | 196 | - |
| CMYK | 0 | 0.22 | 0.10 | 0.15 |
| HSL | 328.09º | 0.39% | 0.76% | - |
| HSV(B) | 328.09º | 0.22% | 0.85% | - |
| XYZ | 53.44 | 48.02 | 58.68 | - |
| YUV | 187.9 | 132.57 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 171 | 196 | 0 | 0.22 | 0.10 | 0.15 | 328.09 | 0.39 | 0.76 |
| Hex | DA | AB | C4 | 0 | 16 | A | F | 148 | 27 | 4C |
| Octal | 332 | 253 | 304 | 0 | 26 | 12 | 17 | 510 | 47 | 114 |
| Binary | 11011010 | 10101011 | 11000100 | 0 | 10110 | 1010 | 1111 | 101001000 | 100111 | 1001100 |
Color Harmonies of #DAABC4
Complementary color
Monochromatic Colors of #DAABC4
Black with #DAABC4
Text Example
Text Example
White with #DAABC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAABC4; }
p { color: rgb(218,171,196); }
H1.HeaderClassName
{
color: #DAABC4;
}
.AnyTagClassName
{
color: #DAABC4;
}
</style>
background-color css
<style>
a { background-color: #DAABC4; }
a { background-color: rgb(218,171,196); }
div.DivClassName
{
background-color: #DAABC4;
}
.BgClassName
{
background-color: #DAABC4;
}
</style>
border-color css
<style>
span { border-color: #DAABC4; }
span { border-color: rgb(218,171,196); }
td.TdClassName
{
border-color: #DAABC4;
}
.TagClassName
{
border-color: #DAABC4;
}
</style>