Shades of Rose #DBA39C
Tints of Rose #DBA39C
RGB
CMYK
RGB Variations
Color information
#DBA39C (or 0xDBA39C) is known color: Rose. HEX triplet: DB, A3 and 9C. RGB value is (219,163,156). Sum of RGB (Red+Green+Blue) = 219+163+156=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 163 (64.06% from 255 or 30.30% from 538); Blue value is 156 (61.33% from 255 or 29.00% from 538); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA39C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA39C is #245C63. Grayscale: #B3B3B3. Windows color (decimal): -2382948 or 10265563. OLE color: 10265563.
HSL color Cylindrical-coordinate representation of color #DBA39C: hue angle of 6.67º 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 #DBA39C is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 163 | 156 | - |
| CMYK | 0 | 0.26 | 0.29 | 0.14 |
| HSL | 6.67º | 0.47% | 0.74% | - |
| HSV(B) | 6.67º | 0.29% | 0.86% | - |
| XYZ | 48.31 | 43.65 | 37.33 | - |
| YUV | 178.95 | 115.05 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 163 | 156 | 0 | 0.26 | 0.29 | 0.14 | 6.67 | 0.47 | 0.74 |
| Hex | DB | A3 | 9C | 0 | 1A | 1D | E | 7 | 2F | 4A |
| Octal | 333 | 243 | 234 | 0 | 32 | 35 | 16 | 7 | 57 | 112 |
| Binary | 11011011 | 10100011 | 10011100 | 0 | 11010 | 11101 | 1110 | 111 | 101111 | 1001010 |
Color Harmonies of #DBA39C
Complementary color
Monochromatic Colors of #DBA39C
Black with #DBA39C
Text Example
Text Example
White with #DBA39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA39C; }
p { color: rgb(219,163,156); }
H1.HeaderClassName
{
color: #DBA39C;
}
.AnyTagClassName
{
color: #DBA39C;
}
</style>
background-color css
<style>
a { background-color: #DBA39C; }
a { background-color: rgb(219,163,156); }
div.DivClassName
{
background-color: #DBA39C;
}
.BgClassName
{
background-color: #DBA39C;
}
</style>
border-color css
<style>
span { border-color: #DBA39C; }
span { border-color: rgb(219,163,156); }
td.TdClassName
{
border-color: #DBA39C;
}
.TagClassName
{
border-color: #DBA39C;
}
</style>