Shades of Raffia #DBC5A5
Tints of Raffia #DBC5A5
RGB
CMYK
RGB Variations
Color information
#DBC5A5 (or 0xDBC5A5) is known color: Raffia. HEX triplet: DB, C5 and A5. RGB value is (219,197,165). Sum of RGB (Red+Green+Blue) = 219+197+165=581 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.69% from 581); Green value is 197 (77.34% from 255 or 33.91% from 581); Blue value is 165 (64.84% from 255 or 28.40% from 581); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC5A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC5A5 is #243A5A. Grayscale: #C8C8C8. Windows color (decimal): -2374235 or 10864091. OLE color: 10864091.
HSL color Cylindrical-coordinate representation of color #DBC5A5: hue angle of 35.56º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBC5A5 is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 197 | 165 | - |
| CMYK | 0 | 0.10 | 0.25 | 0.14 |
| HSL | 35.56º | 0.43% | 0.75% | - |
| HSV(B) | 35.56º | 0.25% | 0.86% | - |
| XYZ | 55.97 | 57.71 | 43.79 | - |
| YUV | 199.93 | 108.29 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 197 | 165 | 0 | 0.10 | 0.25 | 0.14 | 35.56 | 0.43 | 0.75 |
| Hex | DB | C5 | A5 | 0 | A | 19 | E | 24 | 2B | 4B |
| Octal | 333 | 305 | 245 | 0 | 12 | 31 | 16 | 44 | 53 | 113 |
| Binary | 11011011 | 11000101 | 10100101 | 0 | 1010 | 11001 | 1110 | 100100 | 101011 | 1001011 |
Color Harmonies of #DBC5A5
Complementary color
Monochromatic Colors of #DBC5A5
Black with #DBC5A5
Text Example
Text Example
White with #DBC5A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC5A5; }
p { color: rgb(219,197,165); }
H1.HeaderClassName
{
color: #DBC5A5;
}
.AnyTagClassName
{
color: #DBC5A5;
}
</style>
background-color css
<style>
a { background-color: #DBC5A5; }
a { background-color: rgb(219,197,165); }
div.DivClassName
{
background-color: #DBC5A5;
}
.BgClassName
{
background-color: #DBC5A5;
}
</style>
border-color css
<style>
span { border-color: #DBC5A5; }
span { border-color: rgb(219,197,165); }
td.TdClassName
{
border-color: #DBC5A5;
}
.TagClassName
{
border-color: #DBC5A5;
}
</style>