Shades of Shocking #DAA9C0
Tints of Shocking #DAA9C0
RGB
CMYK
RGB Variations
Color information
#DAA9C0 (or 0xDAA9C0) is known color: Shocking. HEX triplet: DA, A9 and C0. RGB value is (218,169,192). Sum of RGB (Red+Green+Blue) = 218+169+192=579 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.65% from 579); Green value is 169 (66.41% from 255 or 29.19% from 579); Blue value is 192 (75.39% from 255 or 33.16% from 579); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA9C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA9C0 is #25563F. Grayscale: #BABABA. Windows color (decimal): -2446912 or 12626394. OLE color: 12626394.
HSL color Cylindrical-coordinate representation of color #DAA9C0: hue angle of 331.84º 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 #DAA9C0 is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 169 | 192 | - |
| CMYK | 0 | 0.22 | 0.12 | 0.15 |
| HSL | 331.84º | 0.4% | 0.76% | - |
| HSV(B) | 331.84º | 0.22% | 0.85% | - |
| XYZ | 52.62 | 47.09 | 56.18 | - |
| YUV | 186.27 | 131.23 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 169 | 192 | 0 | 0.22 | 0.12 | 0.15 | 331.84 | 0.4 | 0.76 |
| Hex | DA | A9 | C0 | 0 | 16 | C | F | 14C | 28 | 4C |
| Octal | 332 | 251 | 300 | 0 | 26 | 14 | 17 | 514 | 50 | 114 |
| Binary | 11011010 | 10101001 | 11000000 | 0 | 10110 | 1100 | 1111 | 101001100 | 101000 | 1001100 |
Color Harmonies of #DAA9C0
Complementary color
Monochromatic Colors of #DAA9C0
Black with #DAA9C0
Text Example
Text Example
White with #DAA9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA9C0; }
p { color: rgb(218,169,192); }
H1.HeaderClassName
{
color: #DAA9C0;
}
.AnyTagClassName
{
color: #DAA9C0;
}
</style>
background-color css
<style>
a { background-color: #DAA9C0; }
a { background-color: rgb(218,169,192); }
div.DivClassName
{
background-color: #DAA9C0;
}
.BgClassName
{
background-color: #DAA9C0;
}
</style>
border-color css
<style>
span { border-color: #DAA9C0; }
span { border-color: rgb(218,169,192); }
td.TdClassName
{
border-color: #DAA9C0;
}
.TagClassName
{
border-color: #DAA9C0;
}
</style>