Shades of Rose #DBA38D
Tints of Rose #DBA38D
RGB
CMYK
RGB Variations
Color information
#DBA38D (or 0xDBA38D) is known color: Rose. HEX triplet: DB, A3 and 8D. RGB value is (219,163,141). Sum of RGB (Red+Green+Blue) = 219+163+141=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 163 (64.06% from 255 or 31.17% from 523); Blue value is 141 (55.47% from 255 or 26.96% from 523); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA38D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA38D is #245C72. Grayscale: #B1B1B1. Windows color (decimal): -2382963 or 9282523. OLE color: 9282523.
HSL color Cylindrical-coordinate representation of color #DBA38D: hue angle of 16.92º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DBA38D is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 163 | 141 | - |
| CMYK | 0 | 0.26 | 0.36 | 0.14 |
| HSL | 16.92º | 0.52% | 0.71% | - |
| HSV(B) | 16.92º | 0.36% | 0.86% | - |
| XYZ | 47.12 | 43.18 | 31.05 | - |
| YUV | 177.24 | 107.55 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 163 | 141 | 0 | 0.26 | 0.36 | 0.14 | 16.92 | 0.52 | 0.71 |
| Hex | DB | A3 | 8D | 0 | 1A | 24 | E | 11 | 34 | 47 |
| Octal | 333 | 243 | 215 | 0 | 32 | 44 | 16 | 21 | 64 | 107 |
| Binary | 11011011 | 10100011 | 10001101 | 0 | 11010 | 100100 | 1110 | 10001 | 110100 | 1000111 |
Color Harmonies of #DBA38D
Complementary color
Monochromatic Colors of #DBA38D
Black with #DBA38D
Text Example
Text Example
White with #DBA38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA38D; }
p { color: rgb(219,163,141); }
H1.HeaderClassName
{
color: #DBA38D;
}
.AnyTagClassName
{
color: #DBA38D;
}
</style>
background-color css
<style>
a { background-color: #DBA38D; }
a { background-color: rgb(219,163,141); }
div.DivClassName
{
background-color: #DBA38D;
}
.BgClassName
{
background-color: #DBA38D;
}
</style>
border-color css
<style>
span { border-color: #DBA38D; }
span { border-color: rgb(219,163,141); }
td.TdClassName
{
border-color: #DBA38D;
}
.TagClassName
{
border-color: #DBA38D;
}
</style>