Shades of Maverick #DAACC7
Tints of Maverick #DAACC7
RGB
CMYK
RGB Variations
Color information
#DAACC7 (or 0xDAACC7) is known color: Maverick. HEX triplet: DA, AC and C7. RGB value is (218,172,199). Sum of RGB (Red+Green+Blue) = 218+172+199=589 (78% of max value = 765). Red value is 218 (85.55% from 255 or 37.01% from 589); Green value is 172 (67.58% from 255 or 29.20% from 589); Blue value is 199 (78.12% from 255 or 33.79% from 589); Max value from RGB is 218 - color contains mainly: red. Hex color #DAACC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAACC7 is #255338. Grayscale: #BCBCBC. Windows color (decimal): -2446137 or 13085914. OLE color: 13085914.
HSL color Cylindrical-coordinate representation of color #DAACC7: hue angle of 324.78º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAACC7 is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 172 | 199 | - |
| CMYK | 0 | 0.21 | 0.09 | 0.15 |
| HSL | 324.78º | 0.38% | 0.76% | - |
| HSV(B) | 324.78º | 0.21% | 0.85% | - |
| XYZ | 53.97 | 48.53 | 60.56 | - |
| YUV | 188.83 | 133.74 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 172 | 199 | 0 | 0.21 | 0.09 | 0.15 | 324.78 | 0.38 | 0.76 |
| Hex | DA | AC | C7 | 0 | 15 | 9 | F | 145 | 26 | 4C |
| Octal | 332 | 254 | 307 | 0 | 25 | 11 | 17 | 505 | 46 | 114 |
| Binary | 11011010 | 10101100 | 11000111 | 0 | 10101 | 1001 | 1111 | 101000101 | 100110 | 1001100 |
Color Harmonies of #DAACC7
Complementary color
Monochromatic Colors of #DAACC7
Black with #DAACC7
Text Example
Text Example
White with #DAACC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAACC7; }
p { color: rgb(218,172,199); }
H1.HeaderClassName
{
color: #DAACC7;
}
.AnyTagClassName
{
color: #DAACC7;
}
</style>
background-color css
<style>
a { background-color: #DAACC7; }
a { background-color: rgb(218,172,199); }
div.DivClassName
{
background-color: #DAACC7;
}
.BgClassName
{
background-color: #DAACC7;
}
</style>
border-color css
<style>
span { border-color: #DAACC7; }
span { border-color: rgb(218,172,199); }
td.TdClassName
{
border-color: #DAACC7;
}
.TagClassName
{
border-color: #DAACC7;
}
</style>