Shades of Rose #DCAA93
Tints of Rose #DCAA93
RGB
CMYK
RGB Variations
Color information
#DCAA93 (or 0xDCAA93) is known color: Rose. HEX triplet: DC, AA and 93. RGB value is (220,170,147). Sum of RGB (Red+Green+Blue) = 220+170+147=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 170 (66.80% from 255 or 31.66% from 537); Blue value is 147 (57.81% from 255 or 27.37% from 537); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAA93 is #23556C. Grayscale: #B6B6B6. Windows color (decimal): -2315629 or 9677532. OLE color: 9677532.
HSL color Cylindrical-coordinate representation of color #DCAA93: hue angle of 18.9º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DCAA93 is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 170 | 147 | - |
| CMYK | 0 | 0.23 | 0.33 | 0.14 |
| HSL | 18.9º | 0.51% | 0.72% | - |
| HSV(B) | 18.9º | 0.33% | 0.86% | - |
| XYZ | 49.16 | 46.07 | 33.91 | - |
| YUV | 182.33 | 108.07 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 147 | 0 | 0.23 | 0.33 | 0.14 | 18.9 | 0.51 | 0.72 |
| Hex | DC | AA | 93 | 0 | 17 | 21 | E | 13 | 33 | 48 |
| Octal | 334 | 252 | 223 | 0 | 27 | 41 | 16 | 23 | 63 | 110 |
| Binary | 11011100 | 10101010 | 10010011 | 0 | 10111 | 100001 | 1110 | 10011 | 110011 | 1001000 |
Color Harmonies of #DCAA93
Complementary color
Monochromatic Colors of #DCAA93
Black with #DCAA93
Text Example
Text Example
White with #DCAA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAA93; }
p { color: rgb(220,170,147); }
H1.HeaderClassName
{
color: #DCAA93;
}
.AnyTagClassName
{
color: #DCAA93;
}
</style>
background-color css
<style>
a { background-color: #DCAA93; }
a { background-color: rgb(220,170,147); }
div.DivClassName
{
background-color: #DCAA93;
}
.BgClassName
{
background-color: #DCAA93;
}
</style>
border-color css
<style>
span { border-color: #DCAA93; }
span { border-color: rgb(220,170,147); }
td.TdClassName
{
border-color: #DCAA93;
}
.TagClassName
{
border-color: #DCAA93;
}
</style>