Shades of Rose #DCAA9C
Tints of Rose #DCAA9C
RGB
CMYK
RGB Variations
Color information
#DCAA9C (or 0xDCAA9C) is known color: Rose. HEX triplet: DC, AA and 9C. RGB value is (220,170,156). Sum of RGB (Red+Green+Blue) = 220+170+156=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 170 (66.80% from 255 or 31.14% from 546); Blue value is 156 (61.33% from 255 or 28.57% from 546); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAA9C is #235563. Grayscale: #B7B7B7. Windows color (decimal): -2315620 or 10267356. OLE color: 10267356.
HSL color Cylindrical-coordinate representation of color #DCAA9C: hue angle of 13.12º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCAA9C is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 170 | 156 | - |
| CMYK | 0 | 0.23 | 0.29 | 0.14 |
| HSL | 13.13º | 0.48% | 0.74% | - |
| HSV(B) | 13.13º | 0.29% | 0.86% | - |
| XYZ | 49.89 | 46.37 | 37.77 | - |
| YUV | 183.35 | 112.57 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 156 | 0 | 0.23 | 0.29 | 0.14 | 13.13 | 0.48 | 0.74 |
| Hex | DC | AA | 9C | 0 | 17 | 1D | E | D | 30 | 4A |
| Octal | 334 | 252 | 234 | 0 | 27 | 35 | 16 | 15 | 60 | 112 |
| Binary | 11011100 | 10101010 | 10011100 | 0 | 10111 | 11101 | 1110 | 1101 | 110000 | 1001010 |
Color Harmonies of #DCAA9C
Complementary color
Monochromatic Colors of #DCAA9C
Black with #DCAA9C
Text Example
Text Example
White with #DCAA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAA9C; }
p { color: rgb(220,170,156); }
H1.HeaderClassName
{
color: #DCAA9C;
}
.AnyTagClassName
{
color: #DCAA9C;
}
</style>
background-color css
<style>
a { background-color: #DCAA9C; }
a { background-color: rgb(220,170,156); }
div.DivClassName
{
background-color: #DCAA9C;
}
.BgClassName
{
background-color: #DCAA9C;
}
</style>
border-color css
<style>
span { border-color: #DCAA9C; }
span { border-color: rgb(220,170,156); }
td.TdClassName
{
border-color: #DCAA9C;
}
.TagClassName
{
border-color: #DCAA9C;
}
</style>