Shades of Maverick #DCA8C9
Tints of Maverick #DCA8C9
RGB
CMYK
RGB Variations
Color information
#DCA8C9 (or 0xDCA8C9) is known color: Maverick. HEX triplet: DC, A8 and C9. RGB value is (220,168,201). Sum of RGB (Red+Green+Blue) = 220+168+201=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 168 (66.02% from 255 or 28.52% from 589); Blue value is 201 (78.91% from 255 or 34.13% from 589); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA8C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA8C9 is #235736. Grayscale: #BBBBBB. Windows color (decimal): -2316087 or 13215964. OLE color: 13215964.
HSL color Cylindrical-coordinate representation of color #DCA8C9: hue angle of 321.92º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCA8C9 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 168 | 201 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.14 |
| HSL | 321.92º | 0.43% | 0.76% | - |
| HSV(B) | 321.92º | 0.24% | 0.86% | - |
| XYZ | 54.06 | 47.44 | 61.57 | - |
| YUV | 187.31 | 135.73 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 168 | 201 | 0 | 0.24 | 0.09 | 0.14 | 321.92 | 0.43 | 0.76 |
| Hex | DC | A8 | C9 | 0 | 18 | 9 | E | 142 | 2B | 4C |
| Octal | 334 | 250 | 311 | 0 | 30 | 11 | 16 | 502 | 53 | 114 |
| Binary | 11011100 | 10101000 | 11001001 | 0 | 11000 | 1001 | 1110 | 101000010 | 101011 | 1001100 |
Color Harmonies of #DCA8C9
Complementary color
Monochromatic Colors of #DCA8C9
Black with #DCA8C9
Text Example
Text Example
White with #DCA8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA8C9; }
p { color: rgb(220,168,201); }
H1.HeaderClassName
{
color: #DCA8C9;
}
.AnyTagClassName
{
color: #DCA8C9;
}
</style>
background-color css
<style>
a { background-color: #DCA8C9; }
a { background-color: rgb(220,168,201); }
div.DivClassName
{
background-color: #DCA8C9;
}
.BgClassName
{
background-color: #DCA8C9;
}
</style>
border-color css
<style>
span { border-color: #DCA8C9; }
span { border-color: rgb(220,168,201); }
td.TdClassName
{
border-color: #DCA8C9;
}
.TagClassName
{
border-color: #DCA8C9;
}
</style>