Shades of Raffia #DBC6A7
Tints of Raffia #DBC6A7
RGB
CMYK
RGB Variations
Color information
#DBC6A7 (or 0xDBC6A7) is known color: Raffia. HEX triplet: DB, C6 and A7. RGB value is (219,198,167). Sum of RGB (Red+Green+Blue) = 219+198+167=584 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.5% from 584); Green value is 198 (77.73% from 255 or 33.90% from 584); Blue value is 167 (65.62% from 255 or 28.60% from 584); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC6A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC6A7 is #243958. Grayscale: #C8C8C8. Windows color (decimal): -2373977 or 10995419. OLE color: 10995419.
HSL color Cylindrical-coordinate representation of color #DBC6A7: hue angle of 35.77º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBC6A7 is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 198 | 167 | - |
| CMYK | 0 | 0.10 | 0.24 | 0.14 |
| HSL | 35.77º | 0.42% | 0.76% | - |
| HSV(B) | 35.77º | 0.24% | 0.86% | - |
| XYZ | 56.38 | 58.24 | 44.83 | - |
| YUV | 200.75 | 108.96 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 198 | 167 | 0 | 0.10 | 0.24 | 0.14 | 35.77 | 0.42 | 0.76 |
| Hex | DB | C6 | A7 | 0 | A | 18 | E | 24 | 2A | 4C |
| Octal | 333 | 306 | 247 | 0 | 12 | 30 | 16 | 44 | 52 | 114 |
| Binary | 11011011 | 11000110 | 10100111 | 0 | 1010 | 11000 | 1110 | 100100 | 101010 | 1001100 |
Color Harmonies of #DBC6A7
Complementary color
Monochromatic Colors of #DBC6A7
Black with #DBC6A7
Text Example
Text Example
White with #DBC6A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC6A7; }
p { color: rgb(219,198,167); }
H1.HeaderClassName
{
color: #DBC6A7;
}
.AnyTagClassName
{
color: #DBC6A7;
}
</style>
background-color css
<style>
a { background-color: #DBC6A7; }
a { background-color: rgb(219,198,167); }
div.DivClassName
{
background-color: #DBC6A7;
}
.BgClassName
{
background-color: #DBC6A7;
}
</style>
border-color css
<style>
span { border-color: #DBC6A7; }
span { border-color: rgb(219,198,167); }
td.TdClassName
{
border-color: #DBC6A7;
}
.TagClassName
{
border-color: #DBC6A7;
}
</style>