Shades of Rose #DBA594
Tints of Rose #DBA594
RGB
CMYK
RGB Variations
Color information
#DBA594 (or 0xDBA594) is known color: Rose. HEX triplet: DB, A5 and 94. RGB value is (219,165,148). Sum of RGB (Red+Green+Blue) = 219+165+148=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 165 (64.84% from 255 or 31.02% from 532); Blue value is 148 (58.20% from 255 or 27.82% from 532); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA594 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA594 is #245A6B. Grayscale: #B3B3B3. Windows color (decimal): -2382444 or 9741787. OLE color: 9741787.
HSL color Cylindrical-coordinate representation of color #DBA594: hue angle of 14.37º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DBA594 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 165 | 148 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.14 |
| HSL | 14.37º | 0.5% | 0.72% | - |
| HSV(B) | 14.37º | 0.32% | 0.86% | - |
| XYZ | 48.01 | 44.11 | 34 | - |
| YUV | 179.21 | 110.39 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 165 | 148 | 0 | 0.25 | 0.32 | 0.14 | 14.37 | 0.5 | 0.72 |
| Hex | DB | A5 | 94 | 0 | 19 | 20 | E | E | 32 | 48 |
| Octal | 333 | 245 | 224 | 0 | 31 | 40 | 16 | 16 | 62 | 110 |
| Binary | 11011011 | 10100101 | 10010100 | 0 | 11001 | 100000 | 1110 | 1110 | 110010 | 1001000 |
Color Harmonies of #DBA594
Complementary color
Monochromatic Colors of #DBA594
Black with #DBA594
Text Example
Text Example
White with #DBA594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA594; }
p { color: rgb(219,165,148); }
H1.HeaderClassName
{
color: #DBA594;
}
.AnyTagClassName
{
color: #DBA594;
}
</style>
background-color css
<style>
a { background-color: #DBA594; }
a { background-color: rgb(219,165,148); }
div.DivClassName
{
background-color: #DBA594;
}
.BgClassName
{
background-color: #DBA594;
}
</style>
border-color css
<style>
span { border-color: #DBA594; }
span { border-color: rgb(219,165,148); }
td.TdClassName
{
border-color: #DBA594;
}
.TagClassName
{
border-color: #DBA594;
}
</style>