Shades of Rose #DBA495
Tints of Rose #DBA495
RGB
CMYK
RGB Variations
Color information
#DBA495 (or 0xDBA495) is known color: Rose. HEX triplet: DB, A4 and 95. RGB value is (219,164,149). Sum of RGB (Red+Green+Blue) = 219+164+149=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 164 (64.45% from 255 or 30.83% from 532); Blue value is 149 (58.59% from 255 or 28.01% from 532); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA495 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA495 is #245B6A. Grayscale: #B2B2B2. Windows color (decimal): -2382699 or 9807067. OLE color: 9807067.
HSL color Cylindrical-coordinate representation of color #DBA495: hue angle of 12.86º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DBA495 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 164 | 149 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.14 |
| HSL | 12.86º | 0.49% | 0.72% | - |
| HSV(B) | 12.86º | 0.32% | 0.86% | - |
| XYZ | 47.91 | 43.78 | 34.36 | - |
| YUV | 178.74 | 111.22 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 164 | 149 | 0 | 0.25 | 0.32 | 0.14 | 12.86 | 0.49 | 0.72 |
| Hex | DB | A4 | 95 | 0 | 19 | 20 | E | D | 31 | 48 |
| Octal | 333 | 244 | 225 | 0 | 31 | 40 | 16 | 15 | 61 | 110 |
| Binary | 11011011 | 10100100 | 10010101 | 0 | 11001 | 100000 | 1110 | 1101 | 110001 | 1001000 |
Color Harmonies of #DBA495
Complementary color
Monochromatic Colors of #DBA495
Black with #DBA495
Text Example
Text Example
White with #DBA495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA495; }
p { color: rgb(219,164,149); }
H1.HeaderClassName
{
color: #DBA495;
}
.AnyTagClassName
{
color: #DBA495;
}
</style>
background-color css
<style>
a { background-color: #DBA495; }
a { background-color: rgb(219,164,149); }
div.DivClassName
{
background-color: #DBA495;
}
.BgClassName
{
background-color: #DBA495;
}
</style>
border-color css
<style>
span { border-color: #DBA495; }
span { border-color: rgb(219,164,149); }
td.TdClassName
{
border-color: #DBA495;
}
.TagClassName
{
border-color: #DBA495;
}
</style>