Shades of Maverick #DAACC5
Tints of Maverick #DAACC5
RGB
CMYK
RGB Variations
Color information
#DAACC5 (or 0xDAACC5) is known color: Maverick. HEX triplet: DA, AC and C5. RGB value is (218,172,197). Sum of RGB (Red+Green+Blue) = 218+172+197=587 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.14% from 587); Green value is 172 (67.58% from 255 or 29.30% from 587); Blue value is 197 (77.34% from 255 or 33.56% from 587); Max value from RGB is 218 - color contains mainly: red. Hex color #DAACC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAACC5 is #25533A. Grayscale: #BCBCBC. Windows color (decimal): -2446139 or 12954842. OLE color: 12954842.
HSL color Cylindrical-coordinate representation of color #DAACC5: hue angle of 327.39º 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 #DAACC5 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 172 | 197 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.15 |
| HSL | 327.39º | 0.38% | 0.76% | - |
| HSV(B) | 327.39º | 0.21% | 0.85% | - |
| XYZ | 53.74 | 48.44 | 59.34 | - |
| YUV | 188.6 | 132.74 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 172 | 197 | 0 | 0.21 | 0.10 | 0.15 | 327.39 | 0.38 | 0.76 |
| Hex | DA | AC | C5 | 0 | 15 | A | F | 147 | 26 | 4C |
| Octal | 332 | 254 | 305 | 0 | 25 | 12 | 17 | 507 | 46 | 114 |
| Binary | 11011010 | 10101100 | 11000101 | 0 | 10101 | 1010 | 1111 | 101000111 | 100110 | 1001100 |
Color Harmonies of #DAACC5
Complementary color
Monochromatic Colors of #DAACC5
Black with #DAACC5
Text Example
Text Example
White with #DAACC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAACC5; }
p { color: rgb(218,172,197); }
H1.HeaderClassName
{
color: #DAACC5;
}
.AnyTagClassName
{
color: #DAACC5;
}
</style>
background-color css
<style>
a { background-color: #DAACC5; }
a { background-color: rgb(218,172,197); }
div.DivClassName
{
background-color: #DAACC5;
}
.BgClassName
{
background-color: #DAACC5;
}
</style>
border-color css
<style>
span { border-color: #DAACC5; }
span { border-color: rgb(218,172,197); }
td.TdClassName
{
border-color: #DAACC5;
}
.TagClassName
{
border-color: #DAACC5;
}
</style>