Shades of Rose #DBA69B
Tints of Rose #DBA69B
RGB
CMYK
RGB Variations
Color information
#DBA69B (or 0xDBA69B) is known color: Rose. HEX triplet: DB, A6 and 9B. RGB value is (219,166,155). Sum of RGB (Red+Green+Blue) = 219+166+155=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 166 (65.23% from 255 or 30.74% from 540); Blue value is 155 (60.94% from 255 or 28.70% from 540); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA69B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA69B is #245964. Grayscale: #B4B4B4. Windows color (decimal): -2382181 or 10200795. OLE color: 10200795.
HSL color Cylindrical-coordinate representation of color #DBA69B: hue angle of 10.31º 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 #DBA69B is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 166 | 155 | - |
| CMYK | 0 | 0.24 | 0.29 | 0.14 |
| HSL | 10.31º | 0.47% | 0.73% | - |
| HSV(B) | 10.31º | 0.29% | 0.86% | - |
| XYZ | 48.77 | 44.7 | 37.07 | - |
| YUV | 180.59 | 113.56 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 166 | 155 | 0 | 0.24 | 0.29 | 0.14 | 10.31 | 0.47 | 0.73 |
| Hex | DB | A6 | 9B | 0 | 18 | 1D | E | A | 2F | 49 |
| Octal | 333 | 246 | 233 | 0 | 30 | 35 | 16 | 12 | 57 | 111 |
| Binary | 11011011 | 10100110 | 10011011 | 0 | 11000 | 11101 | 1110 | 1010 | 101111 | 1001001 |
Color Harmonies of #DBA69B
Complementary color
Monochromatic Colors of #DBA69B
Black with #DBA69B
Text Example
Text Example
White with #DBA69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA69B; }
p { color: rgb(219,166,155); }
H1.HeaderClassName
{
color: #DBA69B;
}
.AnyTagClassName
{
color: #DBA69B;
}
</style>
background-color css
<style>
a { background-color: #DBA69B; }
a { background-color: rgb(219,166,155); }
div.DivClassName
{
background-color: #DBA69B;
}
.BgClassName
{
background-color: #DBA69B;
}
</style>
border-color css
<style>
span { border-color: #DBA69B; }
span { border-color: rgb(219,166,155); }
td.TdClassName
{
border-color: #DBA69B;
}
.TagClassName
{
border-color: #DBA69B;
}
</style>