Shades of Rose #DBA59A
Tints of Rose #DBA59A
RGB
CMYK
RGB Variations
Color information
#DBA59A (or 0xDBA59A) is known color: Rose. HEX triplet: DB, A5 and 9A. RGB value is (219,165,154). Sum of RGB (Red+Green+Blue) = 219+165+154=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 165 (64.84% from 255 or 30.67% from 538); Blue value is 154 (60.55% from 255 or 28.62% from 538); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA59A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA59A is #245A65. Grayscale: #B3B3B3. Windows color (decimal): -2382438 or 10135003. OLE color: 10135003.
HSL color Cylindrical-coordinate representation of color #DBA59A: hue angle of 10.15º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBA59A is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 165 | 154 | - |
| CMYK | 0 | 0.25 | 0.30 | 0.14 |
| HSL | 10.15º | 0.47% | 0.73% | - |
| HSV(B) | 10.15º | 0.3% | 0.86% | - |
| XYZ | 48.5 | 44.3 | 36.57 | - |
| YUV | 179.89 | 113.39 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 165 | 154 | 0 | 0.25 | 0.30 | 0.14 | 10.15 | 0.47 | 0.73 |
| Hex | DB | A5 | 9A | 0 | 19 | 1E | E | A | 2F | 49 |
| Octal | 333 | 245 | 232 | 0 | 31 | 36 | 16 | 12 | 57 | 111 |
| Binary | 11011011 | 10100101 | 10011010 | 0 | 11001 | 11110 | 1110 | 1010 | 101111 | 1001001 |
Color Harmonies of #DBA59A
Complementary color
Monochromatic Colors of #DBA59A
Black with #DBA59A
Text Example
Text Example
White with #DBA59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA59A; }
p { color: rgb(219,165,154); }
H1.HeaderClassName
{
color: #DBA59A;
}
.AnyTagClassName
{
color: #DBA59A;
}
</style>
background-color css
<style>
a { background-color: #DBA59A; }
a { background-color: rgb(219,165,154); }
div.DivClassName
{
background-color: #DBA59A;
}
.BgClassName
{
background-color: #DBA59A;
}
</style>
border-color css
<style>
span { border-color: #DBA59A; }
span { border-color: rgb(219,165,154); }
td.TdClassName
{
border-color: #DBA59A;
}
.TagClassName
{
border-color: #DBA59A;
}
</style>