Shades of Maverick #DAABC3
Tints of Maverick #DAABC3
RGB
CMYK
RGB Variations
Color information
#DAABC3 (or 0xDAABC3) is known color: Maverick. HEX triplet: DA, AB and C3. RGB value is (218,171,195). Sum of RGB (Red+Green+Blue) = 218+171+195=584 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.33% from 584); Green value is 171 (67.19% from 255 or 29.28% from 584); Blue value is 195 (76.56% from 255 or 33.39% from 584); Max value from RGB is 218 - color contains mainly: red. Hex color #DAABC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAABC3 is #25543C. Grayscale: #BBBBBB. Windows color (decimal): -2446397 or 12823514. OLE color: 12823514.
HSL color Cylindrical-coordinate representation of color #DAABC3: hue angle of 329.36º 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 #DAABC3 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 171 | 195 | - |
| CMYK | 0 | 0.22 | 0.11 | 0.15 |
| HSL | 329.36º | 0.39% | 0.76% | - |
| HSV(B) | 329.36º | 0.22% | 0.85% | - |
| XYZ | 53.33 | 47.97 | 58.08 | - |
| YUV | 187.79 | 132.07 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 171 | 195 | 0 | 0.22 | 0.11 | 0.15 | 329.36 | 0.39 | 0.76 |
| Hex | DA | AB | C3 | 0 | 16 | B | F | 149 | 27 | 4C |
| Octal | 332 | 253 | 303 | 0 | 26 | 13 | 17 | 511 | 47 | 114 |
| Binary | 11011010 | 10101011 | 11000011 | 0 | 10110 | 1011 | 1111 | 101001001 | 100111 | 1001100 |
Color Harmonies of #DAABC3
Complementary color
Monochromatic Colors of #DAABC3
Black with #DAABC3
Text Example
Text Example
White with #DAABC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAABC3; }
p { color: rgb(218,171,195); }
H1.HeaderClassName
{
color: #DAABC3;
}
.AnyTagClassName
{
color: #DAABC3;
}
</style>
background-color css
<style>
a { background-color: #DAABC3; }
a { background-color: rgb(218,171,195); }
div.DivClassName
{
background-color: #DAABC3;
}
.BgClassName
{
background-color: #DAABC3;
}
</style>
border-color css
<style>
span { border-color: #DAABC3; }
span { border-color: rgb(218,171,195); }
td.TdClassName
{
border-color: #DAABC3;
}
.TagClassName
{
border-color: #DAABC3;
}
</style>