Shades of Rose #DCAB9C
Tints of Rose #DCAB9C
RGB
CMYK
RGB Variations
Color information
#DCAB9C (or 0xDCAB9C) is known color: Rose. HEX triplet: DC, AB and 9C. RGB value is (220,171,156). Sum of RGB (Red+Green+Blue) = 220+171+156=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 171 (67.19% from 255 or 31.26% from 547); Blue value is 156 (61.33% from 255 or 28.52% from 547); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAB9C is #235463. Grayscale: #B8B8B8. Windows color (decimal): -2315364 or 10267612. OLE color: 10267612.
HSL color Cylindrical-coordinate representation of color #DCAB9C: hue angle of 14.06º 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 #DCAB9C is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 171 | 156 | - |
| CMYK | 0 | 0.22 | 0.29 | 0.14 |
| HSL | 14.06º | 0.48% | 0.74% | - |
| HSV(B) | 14.06º | 0.29% | 0.86% | - |
| XYZ | 50.08 | 46.74 | 37.84 | - |
| YUV | 183.94 | 112.23 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 156 | 0 | 0.22 | 0.29 | 0.14 | 14.06 | 0.48 | 0.74 |
| Hex | DC | AB | 9C | 0 | 16 | 1D | E | E | 30 | 4A |
| Octal | 334 | 253 | 234 | 0 | 26 | 35 | 16 | 16 | 60 | 112 |
| Binary | 11011100 | 10101011 | 10011100 | 0 | 10110 | 11101 | 1110 | 1110 | 110000 | 1001010 |
Color Harmonies of #DCAB9C
Complementary color
Monochromatic Colors of #DCAB9C
Black with #DCAB9C
Text Example
Text Example
White with #DCAB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAB9C; }
p { color: rgb(220,171,156); }
H1.HeaderClassName
{
color: #DCAB9C;
}
.AnyTagClassName
{
color: #DCAB9C;
}
</style>
background-color css
<style>
a { background-color: #DCAB9C; }
a { background-color: rgb(220,171,156); }
div.DivClassName
{
background-color: #DCAB9C;
}
.BgClassName
{
background-color: #DCAB9C;
}
</style>
border-color css
<style>
span { border-color: #DCAB9C; }
span { border-color: rgb(220,171,156); }
td.TdClassName
{
border-color: #DCAB9C;
}
.TagClassName
{
border-color: #DCAB9C;
}
</style>