Shades of Rose #DCA691
Tints of Rose #DCA691
RGB
CMYK
RGB Variations
Color information
#DCA691 (or 0xDCA691) is known color: Rose. HEX triplet: DC, A6 and 91. RGB value is (220,166,145). Sum of RGB (Red+Green+Blue) = 220+166+145=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 166 (65.23% from 255 or 31.26% from 531); Blue value is 145 (57.03% from 255 or 27.31% from 531); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA691 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA691 is #23596E. Grayscale: #B3B3B3. Windows color (decimal): -2316655 or 9545436. OLE color: 9545436.
HSL color Cylindrical-coordinate representation of color #DCA691: hue angle of 16.8º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DCA691 is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 166 | 145 | - |
| CMYK | 0 | 0.25 | 0.34 | 0.14 |
| HSL | 16.8º | 0.52% | 0.72% | - |
| HSV(B) | 16.8º | 0.34% | 0.86% | - |
| XYZ | 48.26 | 44.53 | 32.84 | - |
| YUV | 179.75 | 108.39 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 166 | 145 | 0 | 0.25 | 0.34 | 0.14 | 16.8 | 0.52 | 0.72 |
| Hex | DC | A6 | 91 | 0 | 19 | 22 | E | 11 | 34 | 48 |
| Octal | 334 | 246 | 221 | 0 | 31 | 42 | 16 | 21 | 64 | 110 |
| Binary | 11011100 | 10100110 | 10010001 | 0 | 11001 | 100010 | 1110 | 10001 | 110100 | 1001000 |
Color Harmonies of #DCA691
Complementary color
Monochromatic Colors of #DCA691
Black with #DCA691
Text Example
Text Example
White with #DCA691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA691; }
p { color: rgb(220,166,145); }
H1.HeaderClassName
{
color: #DCA691;
}
.AnyTagClassName
{
color: #DCA691;
}
</style>
background-color css
<style>
a { background-color: #DCA691; }
a { background-color: rgb(220,166,145); }
div.DivClassName
{
background-color: #DCA691;
}
.BgClassName
{
background-color: #DCA691;
}
</style>
border-color css
<style>
span { border-color: #DCA691; }
span { border-color: rgb(220,166,145); }
td.TdClassName
{
border-color: #DCA691;
}
.TagClassName
{
border-color: #DCA691;
}
</style>