Shades of Rose #DCAC9B
Tints of Rose #DCAC9B
RGB
CMYK
RGB Variations
Color information
#DCAC9B (or 0xDCAC9B) is known color: Rose. HEX triplet: DC, AC and 9B. RGB value is (220,172,155). Sum of RGB (Red+Green+Blue) = 220+172+155=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 172 (67.58% from 255 or 31.44% from 547); Blue value is 155 (60.94% from 255 or 28.34% from 547); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAC9B is #235364. Grayscale: #B8B8B8. Windows color (decimal): -2315109 or 10202332. OLE color: 10202332.
HSL color Cylindrical-coordinate representation of color #DCAC9B: hue angle of 15.69º 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 #DCAC9B is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 155 | - |
| CMYK | 0 | 0.22 | 0.30 | 0.14 |
| HSL | 15.69º | 0.48% | 0.74% | - |
| HSV(B) | 15.69º | 0.3% | 0.86% | - |
| XYZ | 50.18 | 47.09 | 37.45 | - |
| YUV | 184.41 | 111.4 | 153.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 155 | 0 | 0.22 | 0.30 | 0.14 | 15.69 | 0.48 | 0.74 |
| Hex | DC | AC | 9B | 0 | 16 | 1E | E | 10 | 30 | 4A |
| Octal | 334 | 254 | 233 | 0 | 26 | 36 | 16 | 20 | 60 | 112 |
| Binary | 11011100 | 10101100 | 10011011 | 0 | 10110 | 11110 | 1110 | 10000 | 110000 | 1001010 |
Color Harmonies of #DCAC9B
Complementary color
Monochromatic Colors of #DCAC9B
Black with #DCAC9B
Text Example
Text Example
White with #DCAC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAC9B; }
p { color: rgb(220,172,155); }
H1.HeaderClassName
{
color: #DCAC9B;
}
.AnyTagClassName
{
color: #DCAC9B;
}
</style>
background-color css
<style>
a { background-color: #DCAC9B; }
a { background-color: rgb(220,172,155); }
div.DivClassName
{
background-color: #DCAC9B;
}
.BgClassName
{
background-color: #DCAC9B;
}
</style>
border-color css
<style>
span { border-color: #DCAC9B; }
span { border-color: rgb(220,172,155); }
td.TdClassName
{
border-color: #DCAC9B;
}
.TagClassName
{
border-color: #DCAC9B;
}
</style>