Shades of Rose #DCA69C
Tints of Rose #DCA69C
RGB
CMYK
RGB Variations
Color information
#DCA69C (or 0xDCA69C) is known color: Rose. HEX triplet: DC, A6 and 9C. RGB value is (220,166,156). Sum of RGB (Red+Green+Blue) = 220+166+156=542 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.59% from 542); Green value is 166 (65.23% from 255 or 30.63% from 542); Blue value is 156 (61.33% from 255 or 28.78% from 542); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA69C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA69C is #235963. Grayscale: #B5B5B5. Windows color (decimal): -2316644 or 10266332. OLE color: 10266332.
HSL color Cylindrical-coordinate representation of color #DCA69C: hue angle of 9.38º 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 #DCA69C is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 166 | 156 | - |
| CMYK | 0 | 0.25 | 0.29 | 0.14 |
| HSL | 9.38º | 0.48% | 0.74% | - |
| HSV(B) | 9.38º | 0.29% | 0.86% | - |
| XYZ | 49.15 | 44.89 | 37.53 | - |
| YUV | 181.01 | 113.89 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 166 | 156 | 0 | 0.25 | 0.29 | 0.14 | 9.38 | 0.48 | 0.74 |
| Hex | DC | A6 | 9C | 0 | 19 | 1D | E | 9 | 30 | 4A |
| Octal | 334 | 246 | 234 | 0 | 31 | 35 | 16 | 11 | 60 | 112 |
| Binary | 11011100 | 10100110 | 10011100 | 0 | 11001 | 11101 | 1110 | 1001 | 110000 | 1001010 |
Color Harmonies of #DCA69C
Complementary color
Monochromatic Colors of #DCA69C
Black with #DCA69C
Text Example
Text Example
White with #DCA69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA69C; }
p { color: rgb(220,166,156); }
H1.HeaderClassName
{
color: #DCA69C;
}
.AnyTagClassName
{
color: #DCA69C;
}
</style>
background-color css
<style>
a { background-color: #DCA69C; }
a { background-color: rgb(220,166,156); }
div.DivClassName
{
background-color: #DCA69C;
}
.BgClassName
{
background-color: #DCA69C;
}
</style>
border-color css
<style>
span { border-color: #DCA69C; }
span { border-color: rgb(220,166,156); }
td.TdClassName
{
border-color: #DCA69C;
}
.TagClassName
{
border-color: #DCA69C;
}
</style>