Shades of Rose #DBA48F
Tints of Rose #DBA48F
RGB
CMYK
RGB Variations
Color information
#DBA48F (or 0xDBA48F) is known color: Rose. HEX triplet: DB, A4 and 8F. RGB value is (219,164,143). Sum of RGB (Red+Green+Blue) = 219+164+143=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 164 (64.45% from 255 or 31.18% from 526); Blue value is 143 (56.25% from 255 or 27.19% from 526); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA48F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA48F is #245B70. Grayscale: #B2B2B2. Windows color (decimal): -2382705 or 9413851. OLE color: 9413851.
HSL color Cylindrical-coordinate representation of color #DBA48F: hue angle of 16.58º 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 #DBA48F is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 164 | 143 | - |
| CMYK | 0 | 0.25 | 0.35 | 0.14 |
| HSL | 16.58º | 0.51% | 0.71% | - |
| HSV(B) | 16.58º | 0.35% | 0.86% | - |
| XYZ | 47.45 | 43.59 | 31.9 | - |
| YUV | 178.05 | 108.22 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 164 | 143 | 0 | 0.25 | 0.35 | 0.14 | 16.58 | 0.51 | 0.71 |
| Hex | DB | A4 | 8F | 0 | 19 | 23 | E | 11 | 33 | 47 |
| Octal | 333 | 244 | 217 | 0 | 31 | 43 | 16 | 21 | 63 | 107 |
| Binary | 11011011 | 10100100 | 10001111 | 0 | 11001 | 100011 | 1110 | 10001 | 110011 | 1000111 |
Color Harmonies of #DBA48F
Complementary color
Monochromatic Colors of #DBA48F
Black with #DBA48F
Text Example
Text Example
White with #DBA48F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA48F; }
p { color: rgb(219,164,143); }
H1.HeaderClassName
{
color: #DBA48F;
}
.AnyTagClassName
{
color: #DBA48F;
}
</style>
background-color css
<style>
a { background-color: #DBA48F; }
a { background-color: rgb(219,164,143); }
div.DivClassName
{
background-color: #DBA48F;
}
.BgClassName
{
background-color: #DBA48F;
}
</style>
border-color css
<style>
span { border-color: #DBA48F; }
span { border-color: rgb(219,164,143); }
td.TdClassName
{
border-color: #DBA48F;
}
.TagClassName
{
border-color: #DBA48F;
}
</style>