Shades of Rose #DBA597
Tints of Rose #DBA597
RGB
CMYK
RGB Variations
Color information
#DBA597 (or 0xDBA597) is known color: Rose. HEX triplet: DB, A5 and 97. RGB value is (219,165,151). Sum of RGB (Red+Green+Blue) = 219+165+151=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 165 (64.84% from 255 or 30.84% from 535); Blue value is 151 (59.38% from 255 or 28.22% from 535); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA597 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA597 is #245A68. Grayscale: #B3B3B3. Windows color (decimal): -2382441 or 9938395. OLE color: 9938395.
HSL color Cylindrical-coordinate representation of color #DBA597: hue angle of 12.35º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBA597 is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 165 | 151 | - |
| CMYK | 0 | 0.25 | 0.31 | 0.14 |
| HSL | 12.35º | 0.49% | 0.73% | - |
| HSV(B) | 12.35º | 0.31% | 0.86% | - |
| XYZ | 48.25 | 44.2 | 35.27 | - |
| YUV | 179.55 | 111.89 | 156.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 165 | 151 | 0 | 0.25 | 0.31 | 0.14 | 12.35 | 0.49 | 0.73 |
| Hex | DB | A5 | 97 | 0 | 19 | 1F | E | C | 31 | 49 |
| Octal | 333 | 245 | 227 | 0 | 31 | 37 | 16 | 14 | 61 | 111 |
| Binary | 11011011 | 10100101 | 10010111 | 0 | 11001 | 11111 | 1110 | 1100 | 110001 | 1001001 |
Color Harmonies of #DBA597
Complementary color
Monochromatic Colors of #DBA597
Black with #DBA597
Text Example
Text Example
White with #DBA597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA597; }
p { color: rgb(219,165,151); }
H1.HeaderClassName
{
color: #DBA597;
}
.AnyTagClassName
{
color: #DBA597;
}
</style>
background-color css
<style>
a { background-color: #DBA597; }
a { background-color: rgb(219,165,151); }
div.DivClassName
{
background-color: #DBA597;
}
.BgClassName
{
background-color: #DBA597;
}
</style>
border-color css
<style>
span { border-color: #DBA597; }
span { border-color: rgb(219,165,151); }
td.TdClassName
{
border-color: #DBA597;
}
.TagClassName
{
border-color: #DBA597;
}
</style>