Shades of Rose #DBA892
Tints of Rose #DBA892
RGB
CMYK
RGB Variations
Color information
#DBA892 (or 0xDBA892) is known color: Rose. HEX triplet: DB, A8 and 92. RGB value is (219,168,146). Sum of RGB (Red+Green+Blue) = 219+168+146=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 168 (66.02% from 255 or 31.52% from 533); Blue value is 146 (57.42% from 255 or 27.39% from 533); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA892 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA892 is #24576D. Grayscale: #B4B4B4. Windows color (decimal): -2381678 or 9611483. OLE color: 9611483.
HSL color Cylindrical-coordinate representation of color #DBA892: hue angle of 18.08º 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 #DBA892 is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 168 | 146 | - |
| CMYK | 0 | 0.23 | 0.33 | 0.14 |
| HSL | 18.08º | 0.5% | 0.72% | - |
| HSV(B) | 18.08º | 0.33% | 0.86% | - |
| XYZ | 48.4 | 45.14 | 33.36 | - |
| YUV | 180.74 | 108.4 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 168 | 146 | 0 | 0.23 | 0.33 | 0.14 | 18.08 | 0.5 | 0.72 |
| Hex | DB | A8 | 92 | 0 | 17 | 21 | E | 12 | 32 | 48 |
| Octal | 333 | 250 | 222 | 0 | 27 | 41 | 16 | 22 | 62 | 110 |
| Binary | 11011011 | 10101000 | 10010010 | 0 | 10111 | 100001 | 1110 | 10010 | 110010 | 1001000 |
Color Harmonies of #DBA892
Complementary color
Monochromatic Colors of #DBA892
Black with #DBA892
Text Example
Text Example
White with #DBA892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA892; }
p { color: rgb(219,168,146); }
H1.HeaderClassName
{
color: #DBA892;
}
.AnyTagClassName
{
color: #DBA892;
}
</style>
background-color css
<style>
a { background-color: #DBA892; }
a { background-color: rgb(219,168,146); }
div.DivClassName
{
background-color: #DBA892;
}
.BgClassName
{
background-color: #DBA892;
}
</style>
border-color css
<style>
span { border-color: #DBA892; }
span { border-color: rgb(219,168,146); }
td.TdClassName
{
border-color: #DBA892;
}
.TagClassName
{
border-color: #DBA892;
}
</style>