Shades of Rose #DBA58E
Tints of Rose #DBA58E
RGB
CMYK
RGB Variations
Color information
#DBA58E (or 0xDBA58E) is known color: Rose. HEX triplet: DB, A5 and 8E. RGB value is (219,165,142). Sum of RGB (Red+Green+Blue) = 219+165+142=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 165 (64.84% from 255 or 31.37% from 526); Blue value is 142 (55.86% from 255 or 27.00% from 526); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA58E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA58E is #245A71. Grayscale: #B2B2B2. Windows color (decimal): -2382450 or 9348571. OLE color: 9348571.
HSL color Cylindrical-coordinate representation of color #DBA58E: hue angle of 17.92º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DBA58E is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 165 | 142 | - |
| CMYK | 0 | 0.25 | 0.35 | 0.14 |
| HSL | 17.92º | 0.52% | 0.71% | - |
| HSV(B) | 17.92º | 0.35% | 0.86% | - |
| XYZ | 47.55 | 43.92 | 31.56 | - |
| YUV | 178.52 | 107.39 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 165 | 142 | 0 | 0.25 | 0.35 | 0.14 | 17.92 | 0.52 | 0.71 |
| Hex | DB | A5 | 8E | 0 | 19 | 23 | E | 12 | 34 | 47 |
| Octal | 333 | 245 | 216 | 0 | 31 | 43 | 16 | 22 | 64 | 107 |
| Binary | 11011011 | 10100101 | 10001110 | 0 | 11001 | 100011 | 1110 | 10010 | 110100 | 1000111 |
Color Harmonies of #DBA58E
Complementary color
Monochromatic Colors of #DBA58E
Black with #DBA58E
Text Example
Text Example
White with #DBA58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA58E; }
p { color: rgb(219,165,142); }
H1.HeaderClassName
{
color: #DBA58E;
}
.AnyTagClassName
{
color: #DBA58E;
}
</style>
background-color css
<style>
a { background-color: #DBA58E; }
a { background-color: rgb(219,165,142); }
div.DivClassName
{
background-color: #DBA58E;
}
.BgClassName
{
background-color: #DBA58E;
}
</style>
border-color css
<style>
span { border-color: #DBA58E; }
span { border-color: rgb(219,165,142); }
td.TdClassName
{
border-color: #DBA58E;
}
.TagClassName
{
border-color: #DBA58E;
}
</style>