Shades of Maverick #DBACCA
Tints of Maverick #DBACCA
RGB
CMYK
RGB Variations
Color information
#DBACCA (or 0xDBACCA) is known color: Maverick. HEX triplet: DB, AC and CA. RGB value is (219,172,202). Sum of RGB (Red+Green+Blue) = 219+172+202=593 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.93% from 593); Green value is 172 (67.58% from 255 or 29.01% from 593); Blue value is 202 (79.30% from 255 or 34.06% from 593); Max value from RGB is 219 - color contains mainly: red. Hex color #DBACCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBACCA is #245335. Grayscale: #BDBDBD. Windows color (decimal): -2380598 or 13282523. OLE color: 13282523.
HSL color Cylindrical-coordinate representation of color #DBACCA: hue angle of 321.7º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBACCA is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 172 | 202 | - |
| CMYK | 0 | 0.21 | 0.08 | 0.14 |
| HSL | 321.7º | 0.39% | 0.77% | - |
| HSV(B) | 321.7º | 0.21% | 0.86% | - |
| XYZ | 54.63 | 48.83 | 62.42 | - |
| YUV | 189.47 | 135.07 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 202 | 0 | 0.21 | 0.08 | 0.14 | 321.7 | 0.39 | 0.77 |
| Hex | DB | AC | CA | 0 | 15 | 8 | E | 142 | 27 | 4D |
| Octal | 333 | 254 | 312 | 0 | 25 | 10 | 16 | 502 | 47 | 115 |
| Binary | 11011011 | 10101100 | 11001010 | 0 | 10101 | 1000 | 1110 | 101000010 | 100111 | 1001101 |
Color Harmonies of #DBACCA
Complementary color
Monochromatic Colors of #DBACCA
Black with #DBACCA
Text Example
Text Example
White with #DBACCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBACCA; }
p { color: rgb(219,172,202); }
H1.HeaderClassName
{
color: #DBACCA;
}
.AnyTagClassName
{
color: #DBACCA;
}
</style>
background-color css
<style>
a { background-color: #DBACCA; }
a { background-color: rgb(219,172,202); }
div.DivClassName
{
background-color: #DBACCA;
}
.BgClassName
{
background-color: #DBACCA;
}
</style>
border-color css
<style>
span { border-color: #DBACCA; }
span { border-color: rgb(219,172,202); }
td.TdClassName
{
border-color: #DBACCA;
}
.TagClassName
{
border-color: #DBACCA;
}
</style>