Shades of Rose #DBA08E
Tints of Rose #DBA08E
RGB
CMYK
RGB Variations
Color information
#DBA08E (or 0xDBA08E) is known color: Rose. HEX triplet: DB, A0 and 8E. RGB value is (219,160,142). Sum of RGB (Red+Green+Blue) = 219+160+142=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 160 (62.89% from 255 or 30.71% from 521); Blue value is 142 (55.86% from 255 or 27.26% from 521); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA08E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA08E is #245F71. Grayscale: #AFAFAF. Windows color (decimal): -2383730 or 9347291. OLE color: 9347291.
HSL color Cylindrical-coordinate representation of color #DBA08E: hue angle of 14.03º 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 #DBA08E is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 160 | 142 | - |
| CMYK | 0 | 0.27 | 0.35 | 0.14 |
| HSL | 14.03º | 0.52% | 0.71% | - |
| HSV(B) | 14.03º | 0.35% | 0.86% | - |
| XYZ | 46.67 | 42.15 | 31.27 | - |
| YUV | 175.59 | 109.05 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 160 | 142 | 0 | 0.27 | 0.35 | 0.14 | 14.03 | 0.52 | 0.71 |
| Hex | DB | A0 | 8E | 0 | 1B | 23 | E | E | 34 | 47 |
| Octal | 333 | 240 | 216 | 0 | 33 | 43 | 16 | 16 | 64 | 107 |
| Binary | 11011011 | 10100000 | 10001110 | 0 | 11011 | 100011 | 1110 | 1110 | 110100 | 1000111 |
Color Harmonies of #DBA08E
Complementary color
Monochromatic Colors of #DBA08E
Black with #DBA08E
Text Example
Text Example
White with #DBA08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA08E; }
p { color: rgb(219,160,142); }
H1.HeaderClassName
{
color: #DBA08E;
}
.AnyTagClassName
{
color: #DBA08E;
}
</style>
background-color css
<style>
a { background-color: #DBA08E; }
a { background-color: rgb(219,160,142); }
div.DivClassName
{
background-color: #DBA08E;
}
.BgClassName
{
background-color: #DBA08E;
}
</style>
border-color css
<style>
span { border-color: #DBA08E; }
span { border-color: rgb(219,160,142); }
td.TdClassName
{
border-color: #DBA08E;
}
.TagClassName
{
border-color: #DBA08E;
}
</style>