Shades of Maverick #DAA9C3
Tints of Maverick #DAA9C3
RGB
CMYK
RGB Variations
Color information
#DAA9C3 (or 0xDAA9C3) is known color: Maverick. HEX triplet: DA, A9 and C3. RGB value is (218,169,195). Sum of RGB (Red+Green+Blue) = 218+169+195=582 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.46% from 582); Green value is 169 (66.41% from 255 or 29.04% from 582); Blue value is 195 (76.56% from 255 or 33.51% from 582); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA9C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA9C3 is #25563C. Grayscale: #BABABA. Windows color (decimal): -2446909 or 12823002. OLE color: 12823002.
HSL color Cylindrical-coordinate representation of color #DAA9C3: hue angle of 328.16º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DAA9C3 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 169 | 195 | - |
| CMYK | 0 | 0.22 | 0.11 | 0.15 |
| HSL | 328.16º | 0.4% | 0.76% | - |
| HSV(B) | 328.16º | 0.22% | 0.85% | - |
| XYZ | 52.95 | 47.22 | 57.95 | - |
| YUV | 186.62 | 132.73 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 169 | 195 | 0 | 0.22 | 0.11 | 0.15 | 328.16 | 0.4 | 0.76 |
| Hex | DA | A9 | C3 | 0 | 16 | B | F | 148 | 28 | 4C |
| Octal | 332 | 251 | 303 | 0 | 26 | 13 | 17 | 510 | 50 | 114 |
| Binary | 11011010 | 10101001 | 11000011 | 0 | 10110 | 1011 | 1111 | 101001000 | 101000 | 1001100 |
Color Harmonies of #DAA9C3
Complementary color
Monochromatic Colors of #DAA9C3
Black with #DAA9C3
Text Example
Text Example
White with #DAA9C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA9C3; }
p { color: rgb(218,169,195); }
H1.HeaderClassName
{
color: #DAA9C3;
}
.AnyTagClassName
{
color: #DAA9C3;
}
</style>
background-color css
<style>
a { background-color: #DAA9C3; }
a { background-color: rgb(218,169,195); }
div.DivClassName
{
background-color: #DAA9C3;
}
.BgClassName
{
background-color: #DAA9C3;
}
</style>
border-color css
<style>
span { border-color: #DAA9C3; }
span { border-color: rgb(218,169,195); }
td.TdClassName
{
border-color: #DAA9C3;
}
.TagClassName
{
border-color: #DAA9C3;
}
</style>