Shades of Maverick #DCACCB
Tints of Maverick #DCACCB
RGB
CMYK
RGB Variations
Color information
#DCACCB (or 0xDCACCB) is known color: Maverick. HEX triplet: DC, AC and CB. RGB value is (220,172,203). Sum of RGB (Red+Green+Blue) = 220+172+203=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 172 (67.58% from 255 or 28.91% from 595); Blue value is 203 (79.69% from 255 or 34.12% from 595); Max value from RGB is 220 - color contains mainly: red. Hex color #DCACCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCACCB is #235334. Grayscale: #BDBDBD. Windows color (decimal): -2315061 or 13348060. OLE color: 13348060.
HSL color Cylindrical-coordinate representation of color #DCACCB: hue angle of 321.25º 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 #DCACCB is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 203 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.14 |
| HSL | 321.25º | 0.41% | 0.77% | - |
| HSV(B) | 321.25º | 0.22% | 0.86% | - |
| XYZ | 55.05 | 49.03 | 63.06 | - |
| YUV | 189.89 | 135.4 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 203 | 0 | 0.22 | 0.08 | 0.14 | 321.25 | 0.41 | 0.77 |
| Hex | DC | AC | CB | 0 | 16 | 8 | E | 141 | 29 | 4D |
| Octal | 334 | 254 | 313 | 0 | 26 | 10 | 16 | 501 | 51 | 115 |
| Binary | 11011100 | 10101100 | 11001011 | 0 | 10110 | 1000 | 1110 | 101000001 | 101001 | 1001101 |
Color Harmonies of #DCACCB
Complementary color
Monochromatic Colors of #DCACCB
Black with #DCACCB
Text Example
Text Example
White with #DCACCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCACCB; }
p { color: rgb(220,172,203); }
H1.HeaderClassName
{
color: #DCACCB;
}
.AnyTagClassName
{
color: #DCACCB;
}
</style>
background-color css
<style>
a { background-color: #DCACCB; }
a { background-color: rgb(220,172,203); }
div.DivClassName
{
background-color: #DCACCB;
}
.BgClassName
{
background-color: #DCACCB;
}
</style>
border-color css
<style>
span { border-color: #DCACCB; }
span { border-color: rgb(220,172,203); }
td.TdClassName
{
border-color: #DCACCB;
}
.TagClassName
{
border-color: #DCACCB;
}
</style>