Shades of Raffia #DBC597
Tints of Raffia #DBC597
RGB
CMYK
RGB Variations
Color information
#DBC597 (or 0xDBC597) is known color: Raffia. HEX triplet: DB, C5 and 97. RGB value is (219,197,151). Sum of RGB (Red+Green+Blue) = 219+197+151=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 197 (77.34% from 255 or 34.74% from 567); Blue value is 151 (59.38% from 255 or 26.63% from 567); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC597 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC597 is #243A68. Grayscale: #C6C6C6. Windows color (decimal): -2374249 or 9946587. OLE color: 9946587.
HSL color Cylindrical-coordinate representation of color #DBC597: hue angle of 40.59º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBC597 is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 197 | 151 | - |
| CMYK | 0 | 0.10 | 0.31 | 0.14 |
| HSL | 40.59º | 0.49% | 0.73% | - |
| HSV(B) | 40.59º | 0.31% | 0.86% | - |
| XYZ | 54.77 | 57.23 | 37.44 | - |
| YUV | 198.33 | 101.29 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 197 | 151 | 0 | 0.10 | 0.31 | 0.14 | 40.59 | 0.49 | 0.73 |
| Hex | DB | C5 | 97 | 0 | A | 1F | E | 29 | 31 | 49 |
| Octal | 333 | 305 | 227 | 0 | 12 | 37 | 16 | 51 | 61 | 111 |
| Binary | 11011011 | 11000101 | 10010111 | 0 | 1010 | 11111 | 1110 | 101001 | 110001 | 1001001 |
Color Harmonies of #DBC597
Complementary color
Monochromatic Colors of #DBC597
Black with #DBC597
Text Example
Text Example
White with #DBC597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC597; }
p { color: rgb(219,197,151); }
H1.HeaderClassName
{
color: #DBC597;
}
.AnyTagClassName
{
color: #DBC597;
}
</style>
background-color css
<style>
a { background-color: #DBC597; }
a { background-color: rgb(219,197,151); }
div.DivClassName
{
background-color: #DBC597;
}
.BgClassName
{
background-color: #DBC597;
}
</style>
border-color css
<style>
span { border-color: #DBC597; }
span { border-color: rgb(219,197,151); }
td.TdClassName
{
border-color: #DBC597;
}
.TagClassName
{
border-color: #DBC597;
}
</style>