Shades of Maverick #DCACCC
Tints of Maverick #DCACCC
RGB
CMYK
RGB Variations
Color information
#DCACCC (or 0xDCACCC) is known color: Maverick. HEX triplet: DC, AC and CC. RGB value is (220,172,204). Sum of RGB (Red+Green+Blue) = 220+172+204=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 172 (67.58% from 255 or 28.86% from 596); Blue value is 204 (80.08% from 255 or 34.23% from 596); Max value from RGB is 220 - color contains mainly: red. Hex color #DCACCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCACCC is #235333. Grayscale: #BDBDBD. Windows color (decimal): -2315060 or 13413596. OLE color: 13413596.
HSL color Cylindrical-coordinate representation of color #DCACCC: hue angle of 320º 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 #DCACCC is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 204 | - |
| CMYK | 0 | 0.22 | 0.07 | 0.14 |
| HSL | 320º | 0.41% | 0.77% | - |
| HSV(B) | 320º | 0.22% | 0.86% | - |
| XYZ | 55.17 | 49.08 | 63.69 | - |
| YUV | 190 | 135.9 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 204 | 0 | 0.22 | 0.07 | 0.14 | 320 | 0.41 | 0.77 |
| Hex | DC | AC | CC | 0 | 16 | 7 | E | 140 | 29 | 4D |
| Octal | 334 | 254 | 314 | 0 | 26 | 7 | 16 | 500 | 51 | 115 |
| Binary | 11011100 | 10101100 | 11001100 | 0 | 10110 | 111 | 1110 | 101000000 | 101001 | 1001101 |
Color Harmonies of #DCACCC
Complementary color
Monochromatic Colors of #DCACCC
Black with #DCACCC
Text Example
Text Example
White with #DCACCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCACCC; }
p { color: rgb(220,172,204); }
H1.HeaderClassName
{
color: #DCACCC;
}
.AnyTagClassName
{
color: #DCACCC;
}
</style>
background-color css
<style>
a { background-color: #DCACCC; }
a { background-color: rgb(220,172,204); }
div.DivClassName
{
background-color: #DCACCC;
}
.BgClassName
{
background-color: #DCACCC;
}
</style>
border-color css
<style>
span { border-color: #DCACCC; }
span { border-color: rgb(220,172,204); }
td.TdClassName
{
border-color: #DCACCC;
}
.TagClassName
{
border-color: #DCACCC;
}
</style>