Shades of Rose #DBAB92
Tints of Rose #DBAB92
RGB
CMYK
RGB Variations
Color information
#DBAB92 (or 0xDBAB92) is known color: Rose. HEX triplet: DB, AB and 92. RGB value is (219,171,146). Sum of RGB (Red+Green+Blue) = 219+171+146=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 171 (67.19% from 255 or 31.90% from 536); Blue value is 146 (57.42% from 255 or 27.24% from 536); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAB92 is #24546D. Grayscale: #B6B6B6. Windows color (decimal): -2380910 or 9612251. OLE color: 9612251.
HSL color Cylindrical-coordinate representation of color #DBAB92: hue angle of 20.55º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DBAB92 is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 171 | 146 | - |
| CMYK | 0 | 0.22 | 0.33 | 0.14 |
| HSL | 20.55º | 0.5% | 0.72% | - |
| HSV(B) | 20.55º | 0.33% | 0.86% | - |
| XYZ | 48.96 | 46.26 | 33.54 | - |
| YUV | 182.5 | 107.4 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 146 | 0 | 0.22 | 0.33 | 0.14 | 20.55 | 0.5 | 0.72 |
| Hex | DB | AB | 92 | 0 | 16 | 21 | E | 15 | 32 | 48 |
| Octal | 333 | 253 | 222 | 0 | 26 | 41 | 16 | 25 | 62 | 110 |
| Binary | 11011011 | 10101011 | 10010010 | 0 | 10110 | 100001 | 1110 | 10101 | 110010 | 1001000 |
Color Harmonies of #DBAB92
Complementary color
Monochromatic Colors of #DBAB92
Black with #DBAB92
Text Example
Text Example
White with #DBAB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAB92; }
p { color: rgb(219,171,146); }
H1.HeaderClassName
{
color: #DBAB92;
}
.AnyTagClassName
{
color: #DBAB92;
}
</style>
background-color css
<style>
a { background-color: #DBAB92; }
a { background-color: rgb(219,171,146); }
div.DivClassName
{
background-color: #DBAB92;
}
.BgClassName
{
background-color: #DBAB92;
}
</style>
border-color css
<style>
span { border-color: #DBAB92; }
span { border-color: rgb(219,171,146); }
td.TdClassName
{
border-color: #DBAB92;
}
.TagClassName
{
border-color: #DBAB92;
}
</style>