Shades of Maverick #DCABC8
Tints of Maverick #DCABC8
RGB
CMYK
RGB Variations
Color information
#DCABC8 (or 0xDCABC8) is known color: Maverick. HEX triplet: DC, AB and C8. RGB value is (220,171,200). Sum of RGB (Red+Green+Blue) = 220+171+200=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 171 (67.19% from 255 or 28.93% from 591); Blue value is 200 (78.52% from 255 or 33.84% from 591); Max value from RGB is 220 - color contains mainly: red. Hex color #DCABC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCABC8 is #235437. Grayscale: #BCBCBC. Windows color (decimal): -2315320 or 13151196. OLE color: 13151196.
HSL color Cylindrical-coordinate representation of color #DCABC8: hue angle of 324.49º 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 #DCABC8 is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 171 | 200 | - |
| CMYK | 0 | 0.22 | 0.09 | 0.14 |
| HSL | 324.49º | 0.41% | 0.77% | - |
| HSV(B) | 324.49º | 0.22% | 0.86% | - |
| XYZ | 54.5 | 48.51 | 61.13 | - |
| YUV | 188.96 | 134.23 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 200 | 0 | 0.22 | 0.09 | 0.14 | 324.49 | 0.41 | 0.77 |
| Hex | DC | AB | C8 | 0 | 16 | 9 | E | 144 | 29 | 4D |
| Octal | 334 | 253 | 310 | 0 | 26 | 11 | 16 | 504 | 51 | 115 |
| Binary | 11011100 | 10101011 | 11001000 | 0 | 10110 | 1001 | 1110 | 101000100 | 101001 | 1001101 |
Color Harmonies of #DCABC8
Complementary color
Monochromatic Colors of #DCABC8
Black with #DCABC8
Text Example
Text Example
White with #DCABC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCABC8; }
p { color: rgb(220,171,200); }
H1.HeaderClassName
{
color: #DCABC8;
}
.AnyTagClassName
{
color: #DCABC8;
}
</style>
background-color css
<style>
a { background-color: #DCABC8; }
a { background-color: rgb(220,171,200); }
div.DivClassName
{
background-color: #DCABC8;
}
.BgClassName
{
background-color: #DCABC8;
}
</style>
border-color css
<style>
span { border-color: #DCABC8; }
span { border-color: rgb(220,171,200); }
td.TdClassName
{
border-color: #DCABC8;
}
.TagClassName
{
border-color: #DCABC8;
}
</style>