Shades of Rose #DBA59C
Tints of Rose #DBA59C
RGB
CMYK
RGB Variations
Color information
#DBA59C (or 0xDBA59C) is known color: Rose. HEX triplet: DB, A5 and 9C. RGB value is (219,165,156). Sum of RGB (Red+Green+Blue) = 219+165+156=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 165 (64.84% from 255 or 30.56% from 540); Blue value is 156 (61.33% from 255 or 28.89% from 540); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA59C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA59C is #245A63. Grayscale: #B4B4B4. Windows color (decimal): -2382436 or 10266075. OLE color: 10266075.
HSL color Cylindrical-coordinate representation of color #DBA59C: hue angle of 8.57º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBA59C is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 165 | 156 | - |
| CMYK | 0 | 0.25 | 0.29 | 0.14 |
| HSL | 8.57º | 0.47% | 0.74% | - |
| HSV(B) | 8.57º | 0.29% | 0.86% | - |
| XYZ | 48.67 | 44.37 | 37.45 | - |
| YUV | 180.12 | 114.39 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 165 | 156 | 0 | 0.25 | 0.29 | 0.14 | 8.57 | 0.47 | 0.74 |
| Hex | DB | A5 | 9C | 0 | 19 | 1D | E | 9 | 2F | 4A |
| Octal | 333 | 245 | 234 | 0 | 31 | 35 | 16 | 11 | 57 | 112 |
| Binary | 11011011 | 10100101 | 10011100 | 0 | 11001 | 11101 | 1110 | 1001 | 101111 | 1001010 |
Color Harmonies of #DBA59C
Complementary color
Monochromatic Colors of #DBA59C
Black with #DBA59C
Text Example
Text Example
White with #DBA59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA59C; }
p { color: rgb(219,165,156); }
H1.HeaderClassName
{
color: #DBA59C;
}
.AnyTagClassName
{
color: #DBA59C;
}
</style>
background-color css
<style>
a { background-color: #DBA59C; }
a { background-color: rgb(219,165,156); }
div.DivClassName
{
background-color: #DBA59C;
}
.BgClassName
{
background-color: #DBA59C;
}
</style>
border-color css
<style>
span { border-color: #DBA59C; }
span { border-color: rgb(219,165,156); }
td.TdClassName
{
border-color: #DBA59C;
}
.TagClassName
{
border-color: #DBA59C;
}
</style>