Shades of Rose #DBA69A
Tints of Rose #DBA69A
RGB
CMYK
RGB Variations
Color information
#DBA69A (or 0xDBA69A) is known color: Rose. HEX triplet: DB, A6 and 9A. RGB value is (219,166,154). Sum of RGB (Red+Green+Blue) = 219+166+154=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 166 (65.23% from 255 or 30.80% from 539); Blue value is 154 (60.55% from 255 or 28.57% from 539); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA69A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA69A is #245965. Grayscale: #B4B4B4. Windows color (decimal): -2382182 or 10135259. OLE color: 10135259.
HSL color Cylindrical-coordinate representation of color #DBA69A: hue angle of 11.08º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBA69A is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 166 | 154 | - |
| CMYK | 0 | 0.24 | 0.30 | 0.14 |
| HSL | 11.08º | 0.47% | 0.73% | - |
| HSV(B) | 11.08º | 0.3% | 0.86% | - |
| XYZ | 48.68 | 44.67 | 36.63 | - |
| YUV | 180.48 | 113.06 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 166 | 154 | 0 | 0.24 | 0.30 | 0.14 | 11.08 | 0.47 | 0.73 |
| Hex | DB | A6 | 9A | 0 | 18 | 1E | E | B | 2F | 49 |
| Octal | 333 | 246 | 232 | 0 | 30 | 36 | 16 | 13 | 57 | 111 |
| Binary | 11011011 | 10100110 | 10011010 | 0 | 11000 | 11110 | 1110 | 1011 | 101111 | 1001001 |
Color Harmonies of #DBA69A
Complementary color
Monochromatic Colors of #DBA69A
Black with #DBA69A
Text Example
Text Example
White with #DBA69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA69A; }
p { color: rgb(219,166,154); }
H1.HeaderClassName
{
color: #DBA69A;
}
.AnyTagClassName
{
color: #DBA69A;
}
</style>
background-color css
<style>
a { background-color: #DBA69A; }
a { background-color: rgb(219,166,154); }
div.DivClassName
{
background-color: #DBA69A;
}
.BgClassName
{
background-color: #DBA69A;
}
</style>
border-color css
<style>
span { border-color: #DBA69A; }
span { border-color: rgb(219,166,154); }
td.TdClassName
{
border-color: #DBA69A;
}
.TagClassName
{
border-color: #DBA69A;
}
</style>