Shades of Rose #DBA794
Tints of Rose #DBA794
RGB
CMYK
RGB Variations
Color information
#DBA794 (or 0xDBA794) is known color: Rose. HEX triplet: DB, A7 and 94. RGB value is (219,167,148). Sum of RGB (Red+Green+Blue) = 219+167+148=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 167 (65.62% from 255 or 31.27% from 534); Blue value is 148 (58.20% from 255 or 27.72% from 534); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA794 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA794 is #24586B. Grayscale: #B4B4B4. Windows color (decimal): -2381932 or 9742299. OLE color: 9742299.
HSL color Cylindrical-coordinate representation of color #DBA794: hue angle of 16.06º 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 #DBA794 is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 167 | 148 | - |
| CMYK | 0 | 0.24 | 0.32 | 0.14 |
| HSL | 16.06º | 0.5% | 0.72% | - |
| HSV(B) | 16.06º | 0.32% | 0.86% | - |
| XYZ | 48.38 | 44.84 | 34.12 | - |
| YUV | 180.38 | 109.73 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 167 | 148 | 0 | 0.24 | 0.32 | 0.14 | 16.06 | 0.5 | 0.72 |
| Hex | DB | A7 | 94 | 0 | 18 | 20 | E | 10 | 32 | 48 |
| Octal | 333 | 247 | 224 | 0 | 30 | 40 | 16 | 20 | 62 | 110 |
| Binary | 11011011 | 10100111 | 10010100 | 0 | 11000 | 100000 | 1110 | 10000 | 110010 | 1001000 |
Color Harmonies of #DBA794
Complementary color
Monochromatic Colors of #DBA794
Black with #DBA794
Text Example
Text Example
White with #DBA794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA794; }
p { color: rgb(219,167,148); }
H1.HeaderClassName
{
color: #DBA794;
}
.AnyTagClassName
{
color: #DBA794;
}
</style>
background-color css
<style>
a { background-color: #DBA794; }
a { background-color: rgb(219,167,148); }
div.DivClassName
{
background-color: #DBA794;
}
.BgClassName
{
background-color: #DBA794;
}
</style>
border-color css
<style>
span { border-color: #DBA794; }
span { border-color: rgb(219,167,148); }
td.TdClassName
{
border-color: #DBA794;
}
.TagClassName
{
border-color: #DBA794;
}
</style>