Shades of Rose #DCAA92
Tints of Rose #DCAA92
RGB
CMYK
RGB Variations
Color information
#DCAA92 (or 0xDCAA92) is known color: Rose. HEX triplet: DC, AA and 92. RGB value is (220,170,146). Sum of RGB (Red+Green+Blue) = 220+170+146=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 170 (66.80% from 255 or 31.72% from 536); Blue value is 146 (57.42% from 255 or 27.24% from 536); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAA92 is #23556D. Grayscale: #B6B6B6. Windows color (decimal): -2315630 or 9611996. OLE color: 9611996.
HSL color Cylindrical-coordinate representation of color #DCAA92: hue angle of 19.46º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DCAA92 is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 170 | 146 | - |
| CMYK | 0 | 0.23 | 0.34 | 0.14 |
| HSL | 19.46º | 0.51% | 0.72% | - |
| HSV(B) | 19.46º | 0.34% | 0.86% | - |
| XYZ | 49.08 | 46.04 | 33.49 | - |
| YUV | 182.21 | 107.57 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 146 | 0 | 0.23 | 0.34 | 0.14 | 19.46 | 0.51 | 0.72 |
| Hex | DC | AA | 92 | 0 | 17 | 22 | E | 13 | 33 | 48 |
| Octal | 334 | 252 | 222 | 0 | 27 | 42 | 16 | 23 | 63 | 110 |
| Binary | 11011100 | 10101010 | 10010010 | 0 | 10111 | 100010 | 1110 | 10011 | 110011 | 1001000 |
Color Harmonies of #DCAA92
Complementary color
Monochromatic Colors of #DCAA92
Black with #DCAA92
Text Example
Text Example
White with #DCAA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAA92; }
p { color: rgb(220,170,146); }
H1.HeaderClassName
{
color: #DCAA92;
}
.AnyTagClassName
{
color: #DCAA92;
}
</style>
background-color css
<style>
a { background-color: #DCAA92; }
a { background-color: rgb(220,170,146); }
div.DivClassName
{
background-color: #DCAA92;
}
.BgClassName
{
background-color: #DCAA92;
}
</style>
border-color css
<style>
span { border-color: #DCAA92; }
span { border-color: rgb(220,170,146); }
td.TdClassName
{
border-color: #DCAA92;
}
.TagClassName
{
border-color: #DCAA92;
}
</style>