Shades of Rose #DBA78F
Tints of Rose #DBA78F
RGB
CMYK
RGB Variations
Color information
#DBA78F (or 0xDBA78F) is known color: Rose. HEX triplet: DB, A7 and 8F. RGB value is (219,167,143). Sum of RGB (Red+Green+Blue) = 219+167+143=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 167 (65.62% from 255 or 31.57% from 529); Blue value is 143 (56.25% from 255 or 27.03% from 529); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA78F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA78F is #245870. Grayscale: #B3B3B3. Windows color (decimal): -2381937 or 9414619. OLE color: 9414619.
HSL color Cylindrical-coordinate representation of color #DBA78F: hue angle of 18.95º degrees, saturation: 0.51, 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 #DBA78F is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 167 | 143 | - |
| CMYK | 0 | 0.24 | 0.35 | 0.14 |
| HSL | 18.95º | 0.51% | 0.71% | - |
| HSV(B) | 18.95º | 0.35% | 0.86% | - |
| XYZ | 47.99 | 44.68 | 32.08 | - |
| YUV | 179.81 | 107.23 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 167 | 143 | 0 | 0.24 | 0.35 | 0.14 | 18.95 | 0.51 | 0.71 |
| Hex | DB | A7 | 8F | 0 | 18 | 23 | E | 13 | 33 | 47 |
| Octal | 333 | 247 | 217 | 0 | 30 | 43 | 16 | 23 | 63 | 107 |
| Binary | 11011011 | 10100111 | 10001111 | 0 | 11000 | 100011 | 1110 | 10011 | 110011 | 1000111 |
Color Harmonies of #DBA78F
Complementary color
Monochromatic Colors of #DBA78F
Black with #DBA78F
Text Example
Text Example
White with #DBA78F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA78F; }
p { color: rgb(219,167,143); }
H1.HeaderClassName
{
color: #DBA78F;
}
.AnyTagClassName
{
color: #DBA78F;
}
</style>
background-color css
<style>
a { background-color: #DBA78F; }
a { background-color: rgb(219,167,143); }
div.DivClassName
{
background-color: #DBA78F;
}
.BgClassName
{
background-color: #DBA78F;
}
</style>
border-color css
<style>
span { border-color: #DBA78F; }
span { border-color: rgb(219,167,143); }
td.TdClassName
{
border-color: #DBA78F;
}
.TagClassName
{
border-color: #DBA78F;
}
</style>