Shades of Rose #DBA59B
Tints of Rose #DBA59B
RGB
CMYK
RGB Variations
Color information
#DBA59B (or 0xDBA59B) is known color: Rose. HEX triplet: DB, A5 and 9B. RGB value is (219,165,155). Sum of RGB (Red+Green+Blue) = 219+165+155=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 165 (64.84% from 255 or 30.61% from 539); Blue value is 155 (60.94% from 255 or 28.76% from 539); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA59B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA59B is #245A64. Grayscale: #B4B4B4. Windows color (decimal): -2382437 or 10200539. OLE color: 10200539.
HSL color Cylindrical-coordinate representation of color #DBA59B: hue angle of 9.38º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBA59B is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 165 | 155 | - |
| CMYK | 0 | 0.25 | 0.29 | 0.14 |
| HSL | 9.38º | 0.47% | 0.73% | - |
| HSV(B) | 9.38º | 0.29% | 0.86% | - |
| XYZ | 48.58 | 44.34 | 37.01 | - |
| YUV | 180.01 | 113.89 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 165 | 155 | 0 | 0.25 | 0.29 | 0.14 | 9.38 | 0.47 | 0.73 |
| Hex | DB | A5 | 9B | 0 | 19 | 1D | E | 9 | 2F | 49 |
| Octal | 333 | 245 | 233 | 0 | 31 | 35 | 16 | 11 | 57 | 111 |
| Binary | 11011011 | 10100101 | 10011011 | 0 | 11001 | 11101 | 1110 | 1001 | 101111 | 1001001 |
Color Harmonies of #DBA59B
Complementary color
Monochromatic Colors of #DBA59B
Black with #DBA59B
Text Example
Text Example
White with #DBA59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA59B; }
p { color: rgb(219,165,155); }
H1.HeaderClassName
{
color: #DBA59B;
}
.AnyTagClassName
{
color: #DBA59B;
}
</style>
background-color css
<style>
a { background-color: #DBA59B; }
a { background-color: rgb(219,165,155); }
div.DivClassName
{
background-color: #DBA59B;
}
.BgClassName
{
background-color: #DBA59B;
}
</style>
border-color css
<style>
span { border-color: #DBA59B; }
span { border-color: rgb(219,165,155); }
td.TdClassName
{
border-color: #DBA59B;
}
.TagClassName
{
border-color: #DBA59B;
}
</style>