Shades of Rose #DCA99A
Tints of Rose #DCA99A
RGB
CMYK
RGB Variations
Color information
#DCA99A (or 0xDCA99A) is known color: Rose. HEX triplet: DC, A9 and 9A. RGB value is (220,169,154). Sum of RGB (Red+Green+Blue) = 220+169+154=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 169 (66.41% from 255 or 31.12% from 543); Blue value is 154 (60.55% from 255 or 28.36% from 543); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA99A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA99A is #235665. Grayscale: #B6B6B6. Windows color (decimal): -2315878 or 10136028. OLE color: 10136028.
HSL color Cylindrical-coordinate representation of color #DCA99A: hue angle of 13.64º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCA99A is Cyan = 0, Magento = 0.23, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 169 | 154 | - |
| CMYK | 0 | 0.23 | 0.3 | 0.14 |
| HSL | 13.64º | 0.49% | 0.73% | - |
| HSV(B) | 13.64º | 0.3% | 0.86% | - |
| XYZ | 49.54 | 45.92 | 36.83 | - |
| YUV | 182.54 | 111.9 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 169 | 154 | 0 | 0.23 | 0.3 | 0.14 | 13.64 | 0.49 | 0.73 |
| Hex | DC | A9 | 9A | 0 | 17 | 1E | E | E | 31 | 49 |
| Octal | 334 | 251 | 232 | 0 | 27 | 36 | 16 | 16 | 61 | 111 |
| Binary | 11011100 | 10101001 | 10011010 | 0 | 10111 | 11110 | 1110 | 1110 | 110001 | 1001001 |
Color Harmonies of #DCA99A
Complementary color
Monochromatic Colors of #DCA99A
Black with #DCA99A
Text Example
Text Example
White with #DCA99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA99A; }
p { color: rgb(220,169,154); }
H1.HeaderClassName
{
color: #DCA99A;
}
.AnyTagClassName
{
color: #DCA99A;
}
</style>
background-color css
<style>
a { background-color: #DCA99A; }
a { background-color: rgb(220,169,154); }
div.DivClassName
{
background-color: #DCA99A;
}
.BgClassName
{
background-color: #DCA99A;
}
</style>
border-color css
<style>
span { border-color: #DCA99A; }
span { border-color: rgb(220,169,154); }
td.TdClassName
{
border-color: #DCA99A;
}
.TagClassName
{
border-color: #DCA99A;
}
</style>