Shades of Rose #DCAA95
Tints of Rose #DCAA95
RGB
CMYK
RGB Variations
Color information
#DCAA95 (or 0xDCAA95) is known color: Rose. HEX triplet: DC, AA and 95. RGB value is (220,170,149). Sum of RGB (Red+Green+Blue) = 220+170+149=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 170 (66.80% from 255 or 31.54% from 539); Blue value is 149 (58.59% from 255 or 27.64% from 539); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAA95 is #23556A. Grayscale: #B6B6B6. Windows color (decimal): -2315627 or 9808604. OLE color: 9808604.
HSL color Cylindrical-coordinate representation of color #DCAA95: hue angle of 17.75º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCAA95 is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 170 | 149 | - |
| CMYK | 0 | 0.23 | 0.32 | 0.14 |
| HSL | 17.75º | 0.5% | 0.72% | - |
| HSV(B) | 17.75º | 0.32% | 0.86% | - |
| XYZ | 49.31 | 46.14 | 34.74 | - |
| YUV | 182.56 | 109.07 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 149 | 0 | 0.23 | 0.32 | 0.14 | 17.75 | 0.5 | 0.72 |
| Hex | DC | AA | 95 | 0 | 17 | 20 | E | 12 | 32 | 48 |
| Octal | 334 | 252 | 225 | 0 | 27 | 40 | 16 | 22 | 62 | 110 |
| Binary | 11011100 | 10101010 | 10010101 | 0 | 10111 | 100000 | 1110 | 10010 | 110010 | 1001000 |
Color Harmonies of #DCAA95
Complementary color
Monochromatic Colors of #DCAA95
Black with #DCAA95
Text Example
Text Example
White with #DCAA95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAA95; }
p { color: rgb(220,170,149); }
H1.HeaderClassName
{
color: #DCAA95;
}
.AnyTagClassName
{
color: #DCAA95;
}
</style>
background-color css
<style>
a { background-color: #DCAA95; }
a { background-color: rgb(220,170,149); }
div.DivClassName
{
background-color: #DCAA95;
}
.BgClassName
{
background-color: #DCAA95;
}
</style>
border-color css
<style>
span { border-color: #DCAA95; }
span { border-color: rgb(220,170,149); }
td.TdClassName
{
border-color: #DCAA95;
}
.TagClassName
{
border-color: #DCAA95;
}
</style>