Shades of Rose #DCAB92
Tints of Rose #DCAB92
RGB
CMYK
RGB Variations
Color information
#DCAB92 (or 0xDCAB92) is known color: Rose. HEX triplet: DC, AB and 92. RGB value is (220,171,146). Sum of RGB (Red+Green+Blue) = 220+171+146=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 171 (67.19% from 255 or 31.84% from 537); Blue value is 146 (57.42% from 255 or 27.19% from 537); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAB92 is #23546D. Grayscale: #B6B6B6. Windows color (decimal): -2315374 or 9612252. OLE color: 9612252.
HSL color Cylindrical-coordinate representation of color #DCAB92: hue angle of 20.27º degrees, saturation: 0.51, 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 #DCAB92 is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 171 | 146 | - |
| CMYK | 0 | 0.22 | 0.34 | 0.14 |
| HSL | 20.27º | 0.51% | 0.72% | - |
| HSV(B) | 20.27º | 0.34% | 0.86% | - |
| XYZ | 49.27 | 46.42 | 33.56 | - |
| YUV | 182.8 | 107.23 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 146 | 0 | 0.22 | 0.34 | 0.14 | 20.27 | 0.51 | 0.72 |
| Hex | DC | AB | 92 | 0 | 16 | 22 | E | 14 | 33 | 48 |
| Octal | 334 | 253 | 222 | 0 | 26 | 42 | 16 | 24 | 63 | 110 |
| Binary | 11011100 | 10101011 | 10010010 | 0 | 10110 | 100010 | 1110 | 10100 | 110011 | 1001000 |
Color Harmonies of #DCAB92
Complementary color
Monochromatic Colors of #DCAB92
Black with #DCAB92
Text Example
Text Example
White with #DCAB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAB92; }
p { color: rgb(220,171,146); }
H1.HeaderClassName
{
color: #DCAB92;
}
.AnyTagClassName
{
color: #DCAB92;
}
</style>
background-color css
<style>
a { background-color: #DCAB92; }
a { background-color: rgb(220,171,146); }
div.DivClassName
{
background-color: #DCAB92;
}
.BgClassName
{
background-color: #DCAB92;
}
</style>
border-color css
<style>
span { border-color: #DCAB92; }
span { border-color: rgb(220,171,146); }
td.TdClassName
{
border-color: #DCAB92;
}
.TagClassName
{
border-color: #DCAB92;
}
</style>