Shades of Rose #DBA99B
Tints of Rose #DBA99B
RGB
CMYK
RGB Variations
Color information
#DBA99B (or 0xDBA99B) is known color: Rose. HEX triplet: DB, A9 and 9B. RGB value is (219,169,155). Sum of RGB (Red+Green+Blue) = 219+169+155=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 169 (66.41% from 255 or 31.12% from 543); Blue value is 155 (60.94% from 255 or 28.55% from 543); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA99B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA99B is #245664. Grayscale: #B6B6B6. Windows color (decimal): -2381413 or 10201563. OLE color: 10201563.
HSL color Cylindrical-coordinate representation of color #DBA99B: hue angle of 13.12º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBA99B is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 169 | 155 | - |
| CMYK | 0 | 0.23 | 0.29 | 0.14 |
| HSL | 13.13º | 0.47% | 0.73% | - |
| HSV(B) | 13.13º | 0.29% | 0.86% | - |
| XYZ | 49.32 | 45.8 | 37.25 | - |
| YUV | 182.35 | 112.57 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 169 | 155 | 0 | 0.23 | 0.29 | 0.14 | 13.13 | 0.47 | 0.73 |
| Hex | DB | A9 | 9B | 0 | 17 | 1D | E | D | 2F | 49 |
| Octal | 333 | 251 | 233 | 0 | 27 | 35 | 16 | 15 | 57 | 111 |
| Binary | 11011011 | 10101001 | 10011011 | 0 | 10111 | 11101 | 1110 | 1101 | 101111 | 1001001 |
Color Harmonies of #DBA99B
Complementary color
Monochromatic Colors of #DBA99B
Black with #DBA99B
Text Example
Text Example
White with #DBA99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA99B; }
p { color: rgb(219,169,155); }
H1.HeaderClassName
{
color: #DBA99B;
}
.AnyTagClassName
{
color: #DBA99B;
}
</style>
background-color css
<style>
a { background-color: #DBA99B; }
a { background-color: rgb(219,169,155); }
div.DivClassName
{
background-color: #DBA99B;
}
.BgClassName
{
background-color: #DBA99B;
}
</style>
border-color css
<style>
span { border-color: #DBA99B; }
span { border-color: rgb(219,169,155); }
td.TdClassName
{
border-color: #DBA99B;
}
.TagClassName
{
border-color: #DBA99B;
}
</style>