Shades of Maverick #D3ACC9
Tints of Maverick #D3ACC9
RGB
CMYK
RGB Variations
Color information
#D3ACC9 (or 0xD3ACC9) is known color: Maverick. HEX triplet: D3, AC and C9. RGB value is (211,172,201). Sum of RGB (Red+Green+Blue) = 211+172+201=584 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.13% from 584); Green value is 172 (67.58% from 255 or 29.45% from 584); Blue value is 201 (78.91% from 255 or 34.42% from 584); Max value from RGB is 211 - color contains mainly: red. Hex color #D3ACC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3ACC9 is #2C5336. Grayscale: #BABABA. Windows color (decimal): -2904887 or 13216979. OLE color: 13216979.
HSL color Cylindrical-coordinate representation of color #D3ACC9: hue angle of 315.38º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D3ACC9 is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 172 | 201 | - |
| CMYK | 0 | 0.18 | 0.05 | 0.17 |
| HSL | 315.38º | 0.31% | 0.75% | - |
| HSV(B) | 315.38º | 0.18% | 0.83% | - |
| XYZ | 52.16 | 47.57 | 61.69 | - |
| YUV | 186.97 | 135.92 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 172 | 201 | 0 | 0.18 | 0.05 | 0.17 | 315.38 | 0.31 | 0.75 |
| Hex | D3 | AC | C9 | 0 | 12 | 5 | 11 | 13B | 1F | 4B |
| Octal | 323 | 254 | 311 | 0 | 22 | 5 | 21 | 473 | 37 | 113 |
| Binary | 11010011 | 10101100 | 11001001 | 0 | 10010 | 101 | 10001 | 100111011 | 11111 | 1001011 |
Color Harmonies of #D3ACC9
Complementary color
Monochromatic Colors of #D3ACC9
Black with #D3ACC9
Text Example
Text Example
White with #D3ACC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3ACC9; }
p { color: rgb(211,172,201); }
H1.HeaderClassName
{
color: #D3ACC9;
}
.AnyTagClassName
{
color: #D3ACC9;
}
</style>
background-color css
<style>
a { background-color: #D3ACC9; }
a { background-color: rgb(211,172,201); }
div.DivClassName
{
background-color: #D3ACC9;
}
.BgClassName
{
background-color: #D3ACC9;
}
</style>
border-color css
<style>
span { border-color: #D3ACC9; }
span { border-color: rgb(211,172,201); }
td.TdClassName
{
border-color: #D3ACC9;
}
.TagClassName
{
border-color: #D3ACC9;
}
</style>