Shades of Maverick #DAA4CA
Tints of Maverick #DAA4CA
RGB
CMYK
RGB Variations
Color information
#DAA4CA (or 0xDAA4CA) is known color: Maverick. HEX triplet: DA, A4 and CA. RGB value is (218,164,202). Sum of RGB (Red+Green+Blue) = 218+164+202=584 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.33% from 584); Green value is 164 (64.45% from 255 or 28.08% from 584); Blue value is 202 (79.30% from 255 or 34.59% from 584); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA4CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA4CA is #255B35. Grayscale: #B8B8B8. Windows color (decimal): -2448182 or 13280474. OLE color: 13280474.
HSL color Cylindrical-coordinate representation of color #DAA4CA: hue angle of 317.78º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DAA4CA is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 164 | 202 | - |
| CMYK | 0 | 0.25 | 0.07 | 0.15 |
| HSL | 317.78º | 0.42% | 0.75% | - |
| HSV(B) | 317.78º | 0.25% | 0.85% | - |
| XYZ | 52.85 | 45.72 | 61.92 | - |
| YUV | 184.48 | 137.89 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 164 | 202 | 0 | 0.25 | 0.07 | 0.15 | 317.78 | 0.42 | 0.75 |
| Hex | DA | A4 | CA | 0 | 19 | 7 | F | 13E | 2A | 4B |
| Octal | 332 | 244 | 312 | 0 | 31 | 7 | 17 | 476 | 52 | 113 |
| Binary | 11011010 | 10100100 | 11001010 | 0 | 11001 | 111 | 1111 | 100111110 | 101010 | 1001011 |
Color Harmonies of #DAA4CA
Complementary color
Monochromatic Colors of #DAA4CA
Black with #DAA4CA
Text Example
Text Example
White with #DAA4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA4CA; }
p { color: rgb(218,164,202); }
H1.HeaderClassName
{
color: #DAA4CA;
}
.AnyTagClassName
{
color: #DAA4CA;
}
</style>
background-color css
<style>
a { background-color: #DAA4CA; }
a { background-color: rgb(218,164,202); }
div.DivClassName
{
background-color: #DAA4CA;
}
.BgClassName
{
background-color: #DAA4CA;
}
</style>
border-color css
<style>
span { border-color: #DAA4CA; }
span { border-color: rgb(218,164,202); }
td.TdClassName
{
border-color: #DAA4CA;
}
.TagClassName
{
border-color: #DAA4CA;
}
</style>