Shades of Rose #DBA593
Tints of Rose #DBA593
RGB
CMYK
RGB Variations
Color information
#DBA593 (or 0xDBA593) is known color: Rose. HEX triplet: DB, A5 and 93. RGB value is (219,165,147). Sum of RGB (Red+Green+Blue) = 219+165+147=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 165 (64.84% from 255 or 31.07% from 531); Blue value is 147 (57.81% from 255 or 27.68% from 531); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA593 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA593 is #245A6C. Grayscale: #B3B3B3. Windows color (decimal): -2382445 or 9676251. OLE color: 9676251.
HSL color Cylindrical-coordinate representation of color #DBA593: hue angle of 15º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DBA593 is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 165 | 147 | - |
| CMYK | 0 | 0.25 | 0.33 | 0.14 |
| HSL | 15º | 0.5% | 0.72% | - |
| HSV(B) | 15º | 0.33% | 0.86% | - |
| XYZ | 47.94 | 44.08 | 33.59 | - |
| YUV | 179.09 | 109.89 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 165 | 147 | 0 | 0.25 | 0.33 | 0.14 | 15 | 0.5 | 0.72 |
| Hex | DB | A5 | 93 | 0 | 19 | 21 | E | F | 32 | 48 |
| Octal | 333 | 245 | 223 | 0 | 31 | 41 | 16 | 17 | 62 | 110 |
| Binary | 11011011 | 10100101 | 10010011 | 0 | 11001 | 100001 | 1110 | 1111 | 110010 | 1001000 |
Color Harmonies of #DBA593
Complementary color
Monochromatic Colors of #DBA593
Black with #DBA593
Text Example
Text Example
White with #DBA593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA593; }
p { color: rgb(219,165,147); }
H1.HeaderClassName
{
color: #DBA593;
}
.AnyTagClassName
{
color: #DBA593;
}
</style>
background-color css
<style>
a { background-color: #DBA593; }
a { background-color: rgb(219,165,147); }
div.DivClassName
{
background-color: #DBA593;
}
.BgClassName
{
background-color: #DBA593;
}
</style>
border-color css
<style>
span { border-color: #DBA593; }
span { border-color: rgb(219,165,147); }
td.TdClassName
{
border-color: #DBA593;
}
.TagClassName
{
border-color: #DBA593;
}
</style>