Shades of Rose #DBA89C
Tints of Rose #DBA89C
RGB
CMYK
RGB Variations
Color information
#DBA89C (or 0xDBA89C) is known color: Rose. HEX triplet: DB, A8 and 9C. RGB value is (219,168,156). Sum of RGB (Red+Green+Blue) = 219+168+156=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 168 (66.02% from 255 or 30.94% from 543); Blue value is 156 (61.33% from 255 or 28.73% from 543); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA89C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA89C is #245763. Grayscale: #B5B5B5. Windows color (decimal): -2381668 or 10266843. OLE color: 10266843.
HSL color Cylindrical-coordinate representation of color #DBA89C: hue angle of 11.43º 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 #DBA89C is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 168 | 156 | - |
| CMYK | 0 | 0.23 | 0.29 | 0.14 |
| HSL | 11.43º | 0.47% | 0.74% | - |
| HSV(B) | 11.43º | 0.29% | 0.86% | - |
| XYZ | 49.22 | 45.47 | 37.63 | - |
| YUV | 181.88 | 113.4 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 168 | 156 | 0 | 0.23 | 0.29 | 0.14 | 11.43 | 0.47 | 0.74 |
| Hex | DB | A8 | 9C | 0 | 17 | 1D | E | B | 2F | 4A |
| Octal | 333 | 250 | 234 | 0 | 27 | 35 | 16 | 13 | 57 | 112 |
| Binary | 11011011 | 10101000 | 10011100 | 0 | 10111 | 11101 | 1110 | 1011 | 101111 | 1001010 |
Color Harmonies of #DBA89C
Complementary color
Monochromatic Colors of #DBA89C
Black with #DBA89C
Text Example
Text Example
White with #DBA89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA89C; }
p { color: rgb(219,168,156); }
H1.HeaderClassName
{
color: #DBA89C;
}
.AnyTagClassName
{
color: #DBA89C;
}
</style>
background-color css
<style>
a { background-color: #DBA89C; }
a { background-color: rgb(219,168,156); }
div.DivClassName
{
background-color: #DBA89C;
}
.BgClassName
{
background-color: #DBA89C;
}
</style>
border-color css
<style>
span { border-color: #DBA89C; }
span { border-color: rgb(219,168,156); }
td.TdClassName
{
border-color: #DBA89C;
}
.TagClassName
{
border-color: #DBA89C;
}
</style>