Shades of Raffia #DBC9A2
Tints of Raffia #DBC9A2
RGB
CMYK
RGB Variations
Color information
#DBC9A2 (or 0xDBC9A2) is known color: Raffia. HEX triplet: DB, C9 and A2. RGB value is (219,201,162). Sum of RGB (Red+Green+Blue) = 219+201+162=582 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.63% from 582); Green value is 201 (78.91% from 255 or 34.54% from 582); Blue value is 162 (63.67% from 255 or 27.84% from 582); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC9A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC9A2 is #24365D. Grayscale: #CACACA. Windows color (decimal): -2373214 or 10668507. OLE color: 10668507.
HSL color Cylindrical-coordinate representation of color #DBC9A2: hue angle of 41.05º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBC9A2 is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 201 | 162 | - |
| CMYK | 0 | 0.08 | 0.26 | 0.14 |
| HSL | 41.05º | 0.44% | 0.75% | - |
| HSV(B) | 41.05º | 0.26% | 0.86% | - |
| XYZ | 56.62 | 59.44 | 42.67 | - |
| YUV | 201.94 | 105.46 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 201 | 162 | 0 | 0.08 | 0.26 | 0.14 | 41.05 | 0.44 | 0.75 |
| Hex | DB | C9 | A2 | 0 | 8 | 1A | E | 29 | 2C | 4B |
| Octal | 333 | 311 | 242 | 0 | 10 | 32 | 16 | 51 | 54 | 113 |
| Binary | 11011011 | 11001001 | 10100010 | 0 | 1000 | 11010 | 1110 | 101001 | 101100 | 1001011 |
Color Harmonies of #DBC9A2
Complementary color
Monochromatic Colors of #DBC9A2
Black with #DBC9A2
Text Example
Text Example
White with #DBC9A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC9A2; }
p { color: rgb(219,201,162); }
H1.HeaderClassName
{
color: #DBC9A2;
}
.AnyTagClassName
{
color: #DBC9A2;
}
</style>
background-color css
<style>
a { background-color: #DBC9A2; }
a { background-color: rgb(219,201,162); }
div.DivClassName
{
background-color: #DBC9A2;
}
.BgClassName
{
background-color: #DBC9A2;
}
</style>
border-color css
<style>
span { border-color: #DBC9A2; }
span { border-color: rgb(219,201,162); }
td.TdClassName
{
border-color: #DBC9A2;
}
.TagClassName
{
border-color: #DBC9A2;
}
</style>