Shades of Rose #DBA59D
Tints of Rose #DBA59D
RGB
CMYK
RGB Variations
Color information
#DBA59D (or 0xDBA59D) is known color: Rose. HEX triplet: DB, A5 and 9D. RGB value is (219,165,157). Sum of RGB (Red+Green+Blue) = 219+165+157=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 165 (64.84% from 255 or 30.50% from 541); Blue value is 157 (61.72% from 255 or 29.02% from 541); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA59D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA59D is #245A62. Grayscale: #B4B4B4. Windows color (decimal): -2382435 or 10331611. OLE color: 10331611.
HSL color Cylindrical-coordinate representation of color #DBA59D: hue angle of 7.74º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DBA59D is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 165 | 157 | - |
| CMYK | 0 | 0.25 | 0.28 | 0.14 |
| HSL | 7.74º | 0.46% | 0.74% | - |
| HSV(B) | 7.74º | 0.28% | 0.86% | - |
| XYZ | 48.75 | 44.4 | 37.9 | - |
| YUV | 180.23 | 114.89 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 165 | 157 | 0 | 0.25 | 0.28 | 0.14 | 7.74 | 0.46 | 0.74 |
| Hex | DB | A5 | 9D | 0 | 19 | 1C | E | 8 | 2E | 4A |
| Octal | 333 | 245 | 235 | 0 | 31 | 34 | 16 | 10 | 56 | 112 |
| Binary | 11011011 | 10100101 | 10011101 | 0 | 11001 | 11100 | 1110 | 1000 | 101110 | 1001010 |
Color Harmonies of #DBA59D
Complementary color
Monochromatic Colors of #DBA59D
Black with #DBA59D
Text Example
Text Example
White with #DBA59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA59D; }
p { color: rgb(219,165,157); }
H1.HeaderClassName
{
color: #DBA59D;
}
.AnyTagClassName
{
color: #DBA59D;
}
</style>
background-color css
<style>
a { background-color: #DBA59D; }
a { background-color: rgb(219,165,157); }
div.DivClassName
{
background-color: #DBA59D;
}
.BgClassName
{
background-color: #DBA59D;
}
</style>
border-color css
<style>
span { border-color: #DBA59D; }
span { border-color: rgb(219,165,157); }
td.TdClassName
{
border-color: #DBA59D;
}
.TagClassName
{
border-color: #DBA59D;
}
</style>