Shades of Rose #DBA690
Tints of Rose #DBA690
RGB
CMYK
RGB Variations
Color information
#DBA690 (or 0xDBA690) is known color: Rose. HEX triplet: DB, A6 and 90. RGB value is (219,166,144). Sum of RGB (Red+Green+Blue) = 219+166+144=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 166 (65.23% from 255 or 31.38% from 529); Blue value is 144 (56.64% from 255 or 27.22% from 529); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA690 is #24596F. Grayscale: #B3B3B3. Windows color (decimal): -2382192 or 9479899. OLE color: 9479899.
HSL color Cylindrical-coordinate representation of color #DBA690: hue angle of 17.6º 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 #DBA690 is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 166 | 144 | - |
| CMYK | 0 | 0.24 | 0.34 | 0.14 |
| HSL | 17.6º | 0.51% | 0.71% | - |
| HSV(B) | 17.6º | 0.34% | 0.86% | - |
| XYZ | 47.88 | 44.35 | 32.42 | - |
| YUV | 179.34 | 108.06 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 166 | 144 | 0 | 0.24 | 0.34 | 0.14 | 17.6 | 0.51 | 0.71 |
| Hex | DB | A6 | 90 | 0 | 18 | 22 | E | 12 | 33 | 47 |
| Octal | 333 | 246 | 220 | 0 | 30 | 42 | 16 | 22 | 63 | 107 |
| Binary | 11011011 | 10100110 | 10010000 | 0 | 11000 | 100010 | 1110 | 10010 | 110011 | 1000111 |
Color Harmonies of #DBA690
Complementary color
Monochromatic Colors of #DBA690
Black with #DBA690
Text Example
Text Example
White with #DBA690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA690; }
p { color: rgb(219,166,144); }
H1.HeaderClassName
{
color: #DBA690;
}
.AnyTagClassName
{
color: #DBA690;
}
</style>
background-color css
<style>
a { background-color: #DBA690; }
a { background-color: rgb(219,166,144); }
div.DivClassName
{
background-color: #DBA690;
}
.BgClassName
{
background-color: #DBA690;
}
</style>
border-color css
<style>
span { border-color: #DBA690; }
span { border-color: rgb(219,166,144); }
td.TdClassName
{
border-color: #DBA690;
}
.TagClassName
{
border-color: #DBA690;
}
</style>