Shades of Rose #DCA89C
Tints of Rose #DCA89C
RGB
CMYK
RGB Variations
Color information
#DCA89C (or 0xDCA89C) is known color: Rose. HEX triplet: DC, A8 and 9C. RGB value is (220,168,156). Sum of RGB (Red+Green+Blue) = 220+168+156=544 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.44% from 544); Green value is 168 (66.02% from 255 or 30.88% from 544); Blue value is 156 (61.33% from 255 or 28.68% from 544); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA89C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA89C is #235763. Grayscale: #B6B6B6. Windows color (decimal): -2316132 or 10266844. OLE color: 10266844.
HSL color Cylindrical-coordinate representation of color #DCA89C: hue angle of 11.25º 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 #DCA89C is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 168 | 156 | - |
| CMYK | 0 | 0.24 | 0.29 | 0.14 |
| HSL | 11.25º | 0.48% | 0.74% | - |
| HSV(B) | 11.25º | 0.29% | 0.86% | - |
| XYZ | 49.52 | 45.62 | 37.65 | - |
| YUV | 182.18 | 113.23 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 168 | 156 | 0 | 0.24 | 0.29 | 0.14 | 11.25 | 0.48 | 0.74 |
| Hex | DC | A8 | 9C | 0 | 18 | 1D | E | B | 30 | 4A |
| Octal | 334 | 250 | 234 | 0 | 30 | 35 | 16 | 13 | 60 | 112 |
| Binary | 11011100 | 10101000 | 10011100 | 0 | 11000 | 11101 | 1110 | 1011 | 110000 | 1001010 |
Color Harmonies of #DCA89C
Complementary color
Monochromatic Colors of #DCA89C
Black with #DCA89C
Text Example
Text Example
White with #DCA89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA89C; }
p { color: rgb(220,168,156); }
H1.HeaderClassName
{
color: #DCA89C;
}
.AnyTagClassName
{
color: #DCA89C;
}
</style>
background-color css
<style>
a { background-color: #DCA89C; }
a { background-color: rgb(220,168,156); }
div.DivClassName
{
background-color: #DCA89C;
}
.BgClassName
{
background-color: #DCA89C;
}
</style>
border-color css
<style>
span { border-color: #DCA89C; }
span { border-color: rgb(220,168,156); }
td.TdClassName
{
border-color: #DCA89C;
}
.TagClassName
{
border-color: #DCA89C;
}
</style>