Shades of Rose #DBA19C
Tints of Rose #DBA19C
RGB
CMYK
RGB Variations
Color information
#DBA19C (or 0xDBA19C) is known color: Rose. HEX triplet: DB, A1 and 9C. RGB value is (219,161,156). Sum of RGB (Red+Green+Blue) = 219+161+156=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 161 (63.28% from 255 or 30.04% from 536); Blue value is 156 (61.33% from 255 or 29.10% from 536); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA19C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA19C is #245E63. Grayscale: #B1B1B1. Windows color (decimal): -2383460 or 10265051. OLE color: 10265051.
HSL color Cylindrical-coordinate representation of color #DBA19C: hue angle of 4.76º 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 #DBA19C is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 161 | 156 | - |
| CMYK | 0 | 0.26 | 0.29 | 0.14 |
| HSL | 4.76º | 0.47% | 0.74% | - |
| HSV(B) | 4.76º | 0.29% | 0.86% | - |
| XYZ | 47.96 | 42.95 | 37.21 | - |
| YUV | 177.77 | 115.72 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 161 | 156 | 0 | 0.26 | 0.29 | 0.14 | 4.76 | 0.47 | 0.74 |
| Hex | DB | A1 | 9C | 0 | 1A | 1D | E | 5 | 2F | 4A |
| Octal | 333 | 241 | 234 | 0 | 32 | 35 | 16 | 5 | 57 | 112 |
| Binary | 11011011 | 10100001 | 10011100 | 0 | 11010 | 11101 | 1110 | 101 | 101111 | 1001010 |
Color Harmonies of #DBA19C
Complementary color
Monochromatic Colors of #DBA19C
Black with #DBA19C
Text Example
Text Example
White with #DBA19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA19C; }
p { color: rgb(219,161,156); }
H1.HeaderClassName
{
color: #DBA19C;
}
.AnyTagClassName
{
color: #DBA19C;
}
</style>
background-color css
<style>
a { background-color: #DBA19C; }
a { background-color: rgb(219,161,156); }
div.DivClassName
{
background-color: #DBA19C;
}
.BgClassName
{
background-color: #DBA19C;
}
</style>
border-color css
<style>
span { border-color: #DBA19C; }
span { border-color: rgb(219,161,156); }
td.TdClassName
{
border-color: #DBA19C;
}
.TagClassName
{
border-color: #DBA19C;
}
</style>