Shades of Maverick #D4ACC7
Tints of Maverick #D4ACC7
RGB
CMYK
RGB Variations
Color information
#D4ACC7 (or 0xD4ACC7) is known color: Maverick. HEX triplet: D4, AC and C7. RGB value is (212,172,199). Sum of RGB (Red+Green+Blue) = 212+172+199=583 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.36% from 583); Green value is 172 (67.58% from 255 or 29.50% from 583); Blue value is 199 (78.12% from 255 or 34.13% from 583); Max value from RGB is 212 - color contains mainly: red. Hex color #D4ACC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4ACC7 is #2B5338. Grayscale: #BABABA. Windows color (decimal): -2839353 or 13085908. OLE color: 13085908.
HSL color Cylindrical-coordinate representation of color #D4ACC7: hue angle of 319.5º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D4ACC7 is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
RGB | 212 | 172 | 199 | - |
CMYK | 0 | 0.19 | 0.06 | 0.17 |
HSL | 319.5º | 0.32% | 0.75% | - |
HSV(B) | 319.5º | 0.19% | 0.83% | - |
XYZ | 52.21 | 47.63 | 60.47 | - |
YUV | 187.04 | 134.75 | 145.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 172 | 199 | 0 | 0.19 | 0.06 | 0.17 | 319.5 | 0.32 | 0.75 |
Hex | D4 | AC | C7 | 0 | 13 | 6 | 11 | 140 | 20 | 4B |
Octal | 324 | 254 | 307 | 0 | 23 | 6 | 21 | 500 | 40 | 113 |
Binary | 11010100 | 10101100 | 11000111 | 0 | 10011 | 110 | 10001 | 101000000 | 100000 | 1001011 |
Color Harmonies of #D4ACC7
Complementary color
Monochromatic Colors of #D4ACC7
Black with #D4ACC7
Text Example
Text Example
White with #D4ACC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4ACC7; }
p { color: rgb(212,172,199); }
H1.HeaderClassName
{
color: #D4ACC7;
}
.AnyTagClassName
{
color: #D4ACC7;
}
</style>
background-color css
<style>
a { background-color: #D4ACC7; }
a { background-color: rgb(212,172,199); }
div.DivClassName
{
background-color: #D4ACC7;
}
.BgClassName
{
background-color: #D4ACC7;
}
</style>
border-color css
<style>
span { border-color: #D4ACC7; }
span { border-color: rgb(212,172,199); }
td.TdClassName
{
border-color: #D4ACC7;
}
.TagClassName
{
border-color: #D4ACC7;
}
</style>