Shades of Rose #DBA792
Tints of Rose #DBA792
RGB
CMYK
RGB Variations
Color information
#DBA792 (or 0xDBA792) is known color: Rose. HEX triplet: DB, A7 and 92. RGB value is (219,167,146). Sum of RGB (Red+Green+Blue) = 219+167+146=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 167 (65.62% from 255 or 31.39% from 532); Blue value is 146 (57.42% from 255 or 27.44% from 532); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA792 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA792 is #24586D. Grayscale: #B4B4B4. Windows color (decimal): -2381934 or 9611227. OLE color: 9611227.
HSL color Cylindrical-coordinate representation of color #DBA792: hue angle of 17.26º 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 #DBA792 is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 167 | 146 | - |
| CMYK | 0 | 0.24 | 0.33 | 0.14 |
| HSL | 17.26º | 0.5% | 0.72% | - |
| HSV(B) | 17.26º | 0.33% | 0.86% | - |
| XYZ | 48.22 | 44.77 | 33.29 | - |
| YUV | 180.15 | 108.73 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 167 | 146 | 0 | 0.24 | 0.33 | 0.14 | 17.26 | 0.5 | 0.72 |
| Hex | DB | A7 | 92 | 0 | 18 | 21 | E | 11 | 32 | 48 |
| Octal | 333 | 247 | 222 | 0 | 30 | 41 | 16 | 21 | 62 | 110 |
| Binary | 11011011 | 10100111 | 10010010 | 0 | 11000 | 100001 | 1110 | 10001 | 110010 | 1001000 |
Color Harmonies of #DBA792
Complementary color
Monochromatic Colors of #DBA792
Black with #DBA792
Text Example
Text Example
White with #DBA792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA792; }
p { color: rgb(219,167,146); }
H1.HeaderClassName
{
color: #DBA792;
}
.AnyTagClassName
{
color: #DBA792;
}
</style>
background-color css
<style>
a { background-color: #DBA792; }
a { background-color: rgb(219,167,146); }
div.DivClassName
{
background-color: #DBA792;
}
.BgClassName
{
background-color: #DBA792;
}
</style>
border-color css
<style>
span { border-color: #DBA792; }
span { border-color: rgb(219,167,146); }
td.TdClassName
{
border-color: #DBA792;
}
.TagClassName
{
border-color: #DBA792;
}
</style>