Shades of Rose #DBA58F
Tints of Rose #DBA58F
RGB
CMYK
RGB Variations
Color information
#DBA58F (or 0xDBA58F) is known color: Rose. HEX triplet: DB, A5 and 8F. RGB value is (219,165,143). Sum of RGB (Red+Green+Blue) = 219+165+143=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 165 (64.84% from 255 or 31.31% from 527); Blue value is 143 (56.25% from 255 or 27.13% from 527); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA58F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA58F is #245A70. Grayscale: #B2B2B2. Windows color (decimal): -2382449 or 9414107. OLE color: 9414107.
HSL color Cylindrical-coordinate representation of color #DBA58F: hue angle of 17.37º 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 #DBA58F is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 165 | 143 | - |
| CMYK | 0 | 0.25 | 0.35 | 0.14 |
| HSL | 17.37º | 0.51% | 0.71% | - |
| HSV(B) | 17.37º | 0.35% | 0.86% | - |
| XYZ | 47.63 | 43.95 | 31.96 | - |
| YUV | 178.64 | 107.89 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 165 | 143 | 0 | 0.25 | 0.35 | 0.14 | 17.37 | 0.51 | 0.71 |
| Hex | DB | A5 | 8F | 0 | 19 | 23 | E | 11 | 33 | 47 |
| Octal | 333 | 245 | 217 | 0 | 31 | 43 | 16 | 21 | 63 | 107 |
| Binary | 11011011 | 10100101 | 10001111 | 0 | 11001 | 100011 | 1110 | 10001 | 110011 | 1000111 |
Color Harmonies of #DBA58F
Complementary color
Monochromatic Colors of #DBA58F
Black with #DBA58F
Text Example
Text Example
White with #DBA58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA58F; }
p { color: rgb(219,165,143); }
H1.HeaderClassName
{
color: #DBA58F;
}
.AnyTagClassName
{
color: #DBA58F;
}
</style>
background-color css
<style>
a { background-color: #DBA58F; }
a { background-color: rgb(219,165,143); }
div.DivClassName
{
background-color: #DBA58F;
}
.BgClassName
{
background-color: #DBA58F;
}
</style>
border-color css
<style>
span { border-color: #DBA58F; }
span { border-color: rgb(219,165,143); }
td.TdClassName
{
border-color: #DBA58F;
}
.TagClassName
{
border-color: #DBA58F;
}
</style>