Shades of Rose #DCAD9A
Tints of Rose #DCAD9A
RGB
CMYK
RGB Variations
Color information
#DCAD9A (or 0xDCAD9A) is known color: Rose. HEX triplet: DC, AD and 9A. RGB value is (220,173,154). Sum of RGB (Red+Green+Blue) = 220+173+154=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 173 (67.97% from 255 or 31.63% from 547); Blue value is 154 (60.55% from 255 or 28.15% from 547); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAD9A is #235265. Grayscale: #B9B9B9. Windows color (decimal): -2314854 or 10137052. OLE color: 10137052.
HSL color Cylindrical-coordinate representation of color #DCAD9A: hue angle of 17.27º 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 #DCAD9A is Cyan = 0, Magento = 0.21, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 173 | 154 | - |
| CMYK | 0 | 0.21 | 0.3 | 0.14 |
| HSL | 17.27º | 0.49% | 0.73% | - |
| HSV(B) | 17.27º | 0.3% | 0.86% | - |
| XYZ | 50.29 | 47.44 | 37.08 | - |
| YUV | 184.89 | 110.57 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 173 | 154 | 0 | 0.21 | 0.3 | 0.14 | 17.27 | 0.49 | 0.73 |
| Hex | DC | AD | 9A | 0 | 15 | 1E | E | 11 | 31 | 49 |
| Octal | 334 | 255 | 232 | 0 | 25 | 36 | 16 | 21 | 61 | 111 |
| Binary | 11011100 | 10101101 | 10011010 | 0 | 10101 | 11110 | 1110 | 10001 | 110001 | 1001001 |
Color Harmonies of #DCAD9A
Complementary color
Monochromatic Colors of #DCAD9A
Black with #DCAD9A
Text Example
Text Example
White with #DCAD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAD9A; }
p { color: rgb(220,173,154); }
H1.HeaderClassName
{
color: #DCAD9A;
}
.AnyTagClassName
{
color: #DCAD9A;
}
</style>
background-color css
<style>
a { background-color: #DCAD9A; }
a { background-color: rgb(220,173,154); }
div.DivClassName
{
background-color: #DCAD9A;
}
.BgClassName
{
background-color: #DCAD9A;
}
</style>
border-color css
<style>
span { border-color: #DCAD9A; }
span { border-color: rgb(220,173,154); }
td.TdClassName
{
border-color: #DCAD9A;
}
.TagClassName
{
border-color: #DCAD9A;
}
</style>