Shades of Raffia #DBC5A4
Tints of Raffia #DBC5A4
RGB
CMYK
RGB Variations
Color information
#DBC5A4 (or 0xDBC5A4) is known color: Raffia. HEX triplet: DB, C5 and A4. RGB value is (219,197,164). Sum of RGB (Red+Green+Blue) = 219+197+164=580 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.76% from 580); Green value is 197 (77.34% from 255 or 33.97% from 580); Blue value is 164 (64.45% from 255 or 28.28% from 580); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC5A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC5A4 is #243A5B. Grayscale: #C7C7C7. Windows color (decimal): -2374236 or 10798555. OLE color: 10798555.
HSL color Cylindrical-coordinate representation of color #DBC5A4: hue angle of 36º 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 #DBC5A4 is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 197 | 164 | - |
| CMYK | 0 | 0.10 | 0.25 | 0.14 |
| HSL | 36º | 0.43% | 0.75% | - |
| HSV(B) | 36º | 0.25% | 0.86% | - |
| XYZ | 55.88 | 57.67 | 43.31 | - |
| YUV | 199.82 | 107.79 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 197 | 164 | 0 | 0.10 | 0.25 | 0.14 | 36 | 0.43 | 0.75 |
| Hex | DB | C5 | A4 | 0 | A | 19 | E | 24 | 2B | 4B |
| Octal | 333 | 305 | 244 | 0 | 12 | 31 | 16 | 44 | 53 | 113 |
| Binary | 11011011 | 11000101 | 10100100 | 0 | 1010 | 11001 | 1110 | 100100 | 101011 | 1001011 |
Color Harmonies of #DBC5A4
Complementary color
Monochromatic Colors of #DBC5A4
Black with #DBC5A4
Text Example
Text Example
White with #DBC5A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC5A4; }
p { color: rgb(219,197,164); }
H1.HeaderClassName
{
color: #DBC5A4;
}
.AnyTagClassName
{
color: #DBC5A4;
}
</style>
background-color css
<style>
a { background-color: #DBC5A4; }
a { background-color: rgb(219,197,164); }
div.DivClassName
{
background-color: #DBC5A4;
}
.BgClassName
{
background-color: #DBC5A4;
}
</style>
border-color css
<style>
span { border-color: #DBC5A4; }
span { border-color: rgb(219,197,164); }
td.TdClassName
{
border-color: #DBC5A4;
}
.TagClassName
{
border-color: #DBC5A4;
}
</style>