Shades of Rose #DBA49C
Tints of Rose #DBA49C
RGB
CMYK
RGB Variations
Color information
#DBA49C (or 0xDBA49C) is known color: Rose. HEX triplet: DB, A4 and 9C. RGB value is (219,164,156). Sum of RGB (Red+Green+Blue) = 219+164+156=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 164 (64.45% from 255 or 30.43% from 539); Blue value is 156 (61.33% from 255 or 28.94% from 539); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA49C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA49C is #245B63. Grayscale: #B3B3B3. Windows color (decimal): -2382692 or 10265819. OLE color: 10265819.
HSL color Cylindrical-coordinate representation of color #DBA49C: hue angle of 7.62º 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 #DBA49C is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 164 | 156 | - |
| CMYK | 0 | 0.25 | 0.29 | 0.14 |
| HSL | 7.62º | 0.47% | 0.74% | - |
| HSV(B) | 7.62º | 0.29% | 0.86% | - |
| XYZ | 48.49 | 44.01 | 37.39 | - |
| YUV | 179.53 | 114.72 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 164 | 156 | 0 | 0.25 | 0.29 | 0.14 | 7.62 | 0.47 | 0.74 |
| Hex | DB | A4 | 9C | 0 | 19 | 1D | E | 8 | 2F | 4A |
| Octal | 333 | 244 | 234 | 0 | 31 | 35 | 16 | 10 | 57 | 112 |
| Binary | 11011011 | 10100100 | 10011100 | 0 | 11001 | 11101 | 1110 | 1000 | 101111 | 1001010 |
Color Harmonies of #DBA49C
Complementary color
Monochromatic Colors of #DBA49C
Black with #DBA49C
Text Example
Text Example
White with #DBA49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA49C; }
p { color: rgb(219,164,156); }
H1.HeaderClassName
{
color: #DBA49C;
}
.AnyTagClassName
{
color: #DBA49C;
}
</style>
background-color css
<style>
a { background-color: #DBA49C; }
a { background-color: rgb(219,164,156); }
div.DivClassName
{
background-color: #DBA49C;
}
.BgClassName
{
background-color: #DBA49C;
}
</style>
border-color css
<style>
span { border-color: #DBA49C; }
span { border-color: rgb(219,164,156); }
td.TdClassName
{
border-color: #DBA49C;
}
.TagClassName
{
border-color: #DBA49C;
}
</style>