Shades of Rose #DBA68E
Tints of Rose #DBA68E
RGB
CMYK
RGB Variations
Color information
#DBA68E (or 0xDBA68E) is known color: Rose. HEX triplet: DB, A6 and 8E. RGB value is (219,166,142). Sum of RGB (Red+Green+Blue) = 219+166+142=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 166 (65.23% from 255 or 31.50% from 527); Blue value is 142 (55.86% from 255 or 26.94% from 527); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA68E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA68E is #245971. Grayscale: #B3B3B3. Windows color (decimal): -2382194 or 9348827. OLE color: 9348827.
HSL color Cylindrical-coordinate representation of color #DBA68E: hue angle of 18.7º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DBA68E is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 166 | 142 | - |
| CMYK | 0 | 0.24 | 0.35 | 0.14 |
| HSL | 18.7º | 0.52% | 0.71% | - |
| HSV(B) | 18.7º | 0.35% | 0.86% | - |
| XYZ | 47.73 | 44.29 | 31.62 | - |
| YUV | 179.11 | 107.06 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 166 | 142 | 0 | 0.24 | 0.35 | 0.14 | 18.7 | 0.52 | 0.71 |
| Hex | DB | A6 | 8E | 0 | 18 | 23 | E | 13 | 34 | 47 |
| Octal | 333 | 246 | 216 | 0 | 30 | 43 | 16 | 23 | 64 | 107 |
| Binary | 11011011 | 10100110 | 10001110 | 0 | 11000 | 100011 | 1110 | 10011 | 110100 | 1000111 |
Color Harmonies of #DBA68E
Complementary color
Monochromatic Colors of #DBA68E
Black with #DBA68E
Text Example
Text Example
White with #DBA68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA68E; }
p { color: rgb(219,166,142); }
H1.HeaderClassName
{
color: #DBA68E;
}
.AnyTagClassName
{
color: #DBA68E;
}
</style>
background-color css
<style>
a { background-color: #DBA68E; }
a { background-color: rgb(219,166,142); }
div.DivClassName
{
background-color: #DBA68E;
}
.BgClassName
{
background-color: #DBA68E;
}
</style>
border-color css
<style>
span { border-color: #DBA68E; }
span { border-color: rgb(219,166,142); }
td.TdClassName
{
border-color: #DBA68E;
}
.TagClassName
{
border-color: #DBA68E;
}
</style>