Shades of Maverick #DCABCA
Tints of Maverick #DCABCA
RGB
CMYK
RGB Variations
Color information
#DCABCA (or 0xDCABCA) is known color: Maverick. HEX triplet: DC, AB and CA. RGB value is (220,171,202). Sum of RGB (Red+Green+Blue) = 220+171+202=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 171 (67.19% from 255 or 28.84% from 593); Blue value is 202 (79.30% from 255 or 34.06% from 593); Max value from RGB is 220 - color contains mainly: red. Hex color #DCABCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCABCA is #235435. Grayscale: #BDBDBD. Windows color (decimal): -2315318 or 13282268. OLE color: 13282268.
HSL color Cylindrical-coordinate representation of color #DCABCA: hue angle of 322.04º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCABCA is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 171 | 202 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.14 |
| HSL | 322.04º | 0.41% | 0.77% | - |
| HSV(B) | 322.04º | 0.22% | 0.86% | - |
| XYZ | 54.74 | 48.61 | 62.37 | - |
| YUV | 189.19 | 135.23 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 202 | 0 | 0.22 | 0.08 | 0.14 | 322.04 | 0.41 | 0.77 |
| Hex | DC | AB | CA | 0 | 16 | 8 | E | 142 | 29 | 4D |
| Octal | 334 | 253 | 312 | 0 | 26 | 10 | 16 | 502 | 51 | 115 |
| Binary | 11011100 | 10101011 | 11001010 | 0 | 10110 | 1000 | 1110 | 101000010 | 101001 | 1001101 |
Color Harmonies of #DCABCA
Complementary color
Monochromatic Colors of #DCABCA
Black with #DCABCA
Text Example
Text Example
White with #DCABCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCABCA; }
p { color: rgb(220,171,202); }
H1.HeaderClassName
{
color: #DCABCA;
}
.AnyTagClassName
{
color: #DCABCA;
}
</style>
background-color css
<style>
a { background-color: #DCABCA; }
a { background-color: rgb(220,171,202); }
div.DivClassName
{
background-color: #DCABCA;
}
.BgClassName
{
background-color: #DCABCA;
}
</style>
border-color css
<style>
span { border-color: #DCABCA; }
span { border-color: rgb(220,171,202); }
td.TdClassName
{
border-color: #DCABCA;
}
.TagClassName
{
border-color: #DCABCA;
}
</style>