Shades of Maverick #DCABC9
Tints of Maverick #DCABC9
RGB
CMYK
RGB Variations
Color information
#DCABC9 (or 0xDCABC9) is known color: Maverick. HEX triplet: DC, AB and C9. RGB value is (220,171,201). Sum of RGB (Red+Green+Blue) = 220+171+201=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 171 (67.19% from 255 or 28.89% from 592); Blue value is 201 (78.91% from 255 or 33.95% from 592); Max value from RGB is 220 - color contains mainly: red. Hex color #DCABC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCABC9 is #235436. Grayscale: #BDBDBD. Windows color (decimal): -2315319 or 13216732. OLE color: 13216732.
HSL color Cylindrical-coordinate representation of color #DCABC9: hue angle of 323.27º 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 #DCABC9 is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 171 | 201 | - |
| CMYK | 0 | 0.22 | 0.09 | 0.14 |
| HSL | 323.27º | 0.41% | 0.77% | - |
| HSV(B) | 323.27º | 0.22% | 0.86% | - |
| XYZ | 54.62 | 48.56 | 61.75 | - |
| YUV | 189.07 | 134.73 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 201 | 0 | 0.22 | 0.09 | 0.14 | 323.27 | 0.41 | 0.77 |
| Hex | DC | AB | C9 | 0 | 16 | 9 | E | 143 | 29 | 4D |
| Octal | 334 | 253 | 311 | 0 | 26 | 11 | 16 | 503 | 51 | 115 |
| Binary | 11011100 | 10101011 | 11001001 | 0 | 10110 | 1001 | 1110 | 101000011 | 101001 | 1001101 |
Color Harmonies of #DCABC9
Complementary color
Monochromatic Colors of #DCABC9
Black with #DCABC9
Text Example
Text Example
White with #DCABC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCABC9; }
p { color: rgb(220,171,201); }
H1.HeaderClassName
{
color: #DCABC9;
}
.AnyTagClassName
{
color: #DCABC9;
}
</style>
background-color css
<style>
a { background-color: #DCABC9; }
a { background-color: rgb(220,171,201); }
div.DivClassName
{
background-color: #DCABC9;
}
.BgClassName
{
background-color: #DCABC9;
}
</style>
border-color css
<style>
span { border-color: #DCABC9; }
span { border-color: rgb(220,171,201); }
td.TdClassName
{
border-color: #DCABC9;
}
.TagClassName
{
border-color: #DCABC9;
}
</style>