Shades of Rose #DCA18F
Tints of Rose #DCA18F
RGB
CMYK
RGB Variations
Color information
#DCA18F (or 0xDCA18F) is known color: Rose. HEX triplet: DC, A1 and 8F. RGB value is (220,161,143). Sum of RGB (Red+Green+Blue) = 220+161+143=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 161 (63.28% from 255 or 30.73% from 524); Blue value is 143 (56.25% from 255 or 27.29% from 524); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA18F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA18F is #235E70. Grayscale: #B0B0B0. Windows color (decimal): -2317937 or 9413084. OLE color: 9413084.
HSL color Cylindrical-coordinate representation of color #DCA18F: hue angle of 14.03º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DCA18F is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 161 | 143 | - |
| CMYK | 0 | 0.27 | 0.35 | 0.14 |
| HSL | 14.03º | 0.52% | 0.71% | - |
| HSV(B) | 14.03º | 0.35% | 0.86% | - |
| XYZ | 47.22 | 42.69 | 31.74 | - |
| YUV | 176.59 | 109.05 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 161 | 143 | 0 | 0.27 | 0.35 | 0.14 | 14.03 | 0.52 | 0.71 |
| Hex | DC | A1 | 8F | 0 | 1B | 23 | E | E | 34 | 47 |
| Octal | 334 | 241 | 217 | 0 | 33 | 43 | 16 | 16 | 64 | 107 |
| Binary | 11011100 | 10100001 | 10001111 | 0 | 11011 | 100011 | 1110 | 1110 | 110100 | 1000111 |
Color Harmonies of #DCA18F
Complementary color
Monochromatic Colors of #DCA18F
Black with #DCA18F
Text Example
Text Example
White with #DCA18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA18F; }
p { color: rgb(220,161,143); }
H1.HeaderClassName
{
color: #DCA18F;
}
.AnyTagClassName
{
color: #DCA18F;
}
</style>
background-color css
<style>
a { background-color: #DCA18F; }
a { background-color: rgb(220,161,143); }
div.DivClassName
{
background-color: #DCA18F;
}
.BgClassName
{
background-color: #DCA18F;
}
</style>
border-color css
<style>
span { border-color: #DCA18F; }
span { border-color: rgb(220,161,143); }
td.TdClassName
{
border-color: #DCA18F;
}
.TagClassName
{
border-color: #DCA18F;
}
</style>