Shades of Maverick #DCA9C8
Tints of Maverick #DCA9C8
RGB
CMYK
RGB Variations
Color information
#DCA9C8 (or 0xDCA9C8) is known color: Maverick. HEX triplet: DC, A9 and C8. RGB value is (220,169,200). Sum of RGB (Red+Green+Blue) = 220+169+200=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 169 (66.41% from 255 or 28.69% from 589); Blue value is 200 (78.52% from 255 or 33.96% from 589); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA9C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA9C8 is #235637. Grayscale: #BBBBBB. Windows color (decimal): -2315832 or 13150684. OLE color: 13150684.
HSL color Cylindrical-coordinate representation of color #DCA9C8: hue angle of 323.53º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCA9C8 is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 169 | 200 | - |
| CMYK | 0 | 0.23 | 0.09 | 0.14 |
| HSL | 323.53º | 0.42% | 0.76% | - |
| HSV(B) | 323.53º | 0.23% | 0.86% | - |
| XYZ | 54.13 | 47.76 | 61.01 | - |
| YUV | 187.78 | 134.9 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 169 | 200 | 0 | 0.23 | 0.09 | 0.14 | 323.53 | 0.42 | 0.76 |
| Hex | DC | A9 | C8 | 0 | 17 | 9 | E | 144 | 2A | 4C |
| Octal | 334 | 251 | 310 | 0 | 27 | 11 | 16 | 504 | 52 | 114 |
| Binary | 11011100 | 10101001 | 11001000 | 0 | 10111 | 1001 | 1110 | 101000100 | 101010 | 1001100 |
Color Harmonies of #DCA9C8
Complementary color
Monochromatic Colors of #DCA9C8
Black with #DCA9C8
Text Example
Text Example
White with #DCA9C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA9C8; }
p { color: rgb(220,169,200); }
H1.HeaderClassName
{
color: #DCA9C8;
}
.AnyTagClassName
{
color: #DCA9C8;
}
</style>
background-color css
<style>
a { background-color: #DCA9C8; }
a { background-color: rgb(220,169,200); }
div.DivClassName
{
background-color: #DCA9C8;
}
.BgClassName
{
background-color: #DCA9C8;
}
</style>
border-color css
<style>
span { border-color: #DCA9C8; }
span { border-color: rgb(220,169,200); }
td.TdClassName
{
border-color: #DCA9C8;
}
.TagClassName
{
border-color: #DCA9C8;
}
</style>