Shades of Rose #DCAA9B
Tints of Rose #DCAA9B
RGB
CMYK
RGB Variations
Color information
#DCAA9B (or 0xDCAA9B) is known color: Rose. HEX triplet: DC, AA and 9B. RGB value is (220,170,155). Sum of RGB (Red+Green+Blue) = 220+170+155=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 170 (66.80% from 255 or 31.19% from 545); Blue value is 155 (60.94% from 255 or 28.44% from 545); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAA9B is #235564. Grayscale: #B7B7B7. Windows color (decimal): -2315621 or 10201820. OLE color: 10201820.
HSL color Cylindrical-coordinate representation of color #DCAA9B: hue angle of 13.85º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCAA9B is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 170 | 155 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.14 |
| HSL | 13.85º | 0.48% | 0.74% | - |
| HSV(B) | 13.85º | 0.3% | 0.86% | - |
| XYZ | 49.81 | 46.33 | 37.33 | - |
| YUV | 183.24 | 112.07 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 155 | 0 | 0.23 | 0.30 | 0.14 | 13.85 | 0.48 | 0.74 |
| Hex | DC | AA | 9B | 0 | 17 | 1E | E | E | 30 | 4A |
| Octal | 334 | 252 | 233 | 0 | 27 | 36 | 16 | 16 | 60 | 112 |
| Binary | 11011100 | 10101010 | 10011011 | 0 | 10111 | 11110 | 1110 | 1110 | 110000 | 1001010 |
Color Harmonies of #DCAA9B
Complementary color
Monochromatic Colors of #DCAA9B
Black with #DCAA9B
Text Example
Text Example
White with #DCAA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAA9B; }
p { color: rgb(220,170,155); }
H1.HeaderClassName
{
color: #DCAA9B;
}
.AnyTagClassName
{
color: #DCAA9B;
}
</style>
background-color css
<style>
a { background-color: #DCAA9B; }
a { background-color: rgb(220,170,155); }
div.DivClassName
{
background-color: #DCAA9B;
}
.BgClassName
{
background-color: #DCAA9B;
}
</style>
border-color css
<style>
span { border-color: #DCAA9B; }
span { border-color: rgb(220,170,155); }
td.TdClassName
{
border-color: #DCAA9B;
}
.TagClassName
{
border-color: #DCAA9B;
}
</style>