Shades of Rose #DBA691
Tints of Rose #DBA691
RGB
CMYK
RGB Variations
Color information
#DBA691 (or 0xDBA691) is known color: Rose. HEX triplet: DB, A6 and 91. RGB value is (219,166,145). Sum of RGB (Red+Green+Blue) = 219+166+145=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 166 (65.23% from 255 or 31.32% from 530); Blue value is 145 (57.03% from 255 or 27.36% from 530); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA691 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA691 is #24596E. Grayscale: #B3B3B3. Windows color (decimal): -2382191 or 9545435. OLE color: 9545435.
HSL color Cylindrical-coordinate representation of color #DBA691: hue angle of 17.03º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DBA691 is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 166 | 145 | - |
| CMYK | 0 | 0.24 | 0.34 | 0.14 |
| HSL | 17.03º | 0.51% | 0.71% | - |
| HSV(B) | 17.03º | 0.34% | 0.86% | - |
| XYZ | 47.96 | 44.38 | 32.83 | - |
| YUV | 179.45 | 108.56 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 166 | 145 | 0 | 0.24 | 0.34 | 0.14 | 17.03 | 0.51 | 0.71 |
| Hex | DB | A6 | 91 | 0 | 18 | 22 | E | 11 | 33 | 47 |
| Octal | 333 | 246 | 221 | 0 | 30 | 42 | 16 | 21 | 63 | 107 |
| Binary | 11011011 | 10100110 | 10010001 | 0 | 11000 | 100010 | 1110 | 10001 | 110011 | 1000111 |
Color Harmonies of #DBA691
Complementary color
Monochromatic Colors of #DBA691
Black with #DBA691
Text Example
Text Example
White with #DBA691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA691; }
p { color: rgb(219,166,145); }
H1.HeaderClassName
{
color: #DBA691;
}
.AnyTagClassName
{
color: #DBA691;
}
</style>
background-color css
<style>
a { background-color: #DBA691; }
a { background-color: rgb(219,166,145); }
div.DivClassName
{
background-color: #DBA691;
}
.BgClassName
{
background-color: #DBA691;
}
</style>
border-color css
<style>
span { border-color: #DBA691; }
span { border-color: rgb(219,166,145); }
td.TdClassName
{
border-color: #DBA691;
}
.TagClassName
{
border-color: #DBA691;
}
</style>