Shades of Raffia #DBC9A4
Tints of Raffia #DBC9A4
RGB
CMYK
RGB Variations
Color information
#DBC9A4 (or 0xDBC9A4) is known color: Raffia. HEX triplet: DB, C9 and A4. RGB value is (219,201,164). Sum of RGB (Red+Green+Blue) = 219+201+164=584 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.5% from 584); Green value is 201 (78.91% from 255 or 34.42% from 584); Blue value is 164 (64.45% from 255 or 28.08% from 584); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC9A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC9A4 is #24365B. Grayscale: #CACACA. Windows color (decimal): -2373212 or 10799579. OLE color: 10799579.
HSL color Cylindrical-coordinate representation of color #DBC9A4: hue angle of 40.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 #DBC9A4 is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 201 | 164 | - |
| CMYK | 0 | 0.08 | 0.25 | 0.14 |
| HSL | 40.36º | 0.43% | 0.75% | - |
| HSV(B) | 40.36º | 0.25% | 0.86% | - |
| XYZ | 56.8 | 59.51 | 43.62 | - |
| YUV | 202.16 | 106.46 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 201 | 164 | 0 | 0.08 | 0.25 | 0.14 | 40.36 | 0.43 | 0.75 |
| Hex | DB | C9 | A4 | 0 | 8 | 19 | E | 28 | 2B | 4B |
| Octal | 333 | 311 | 244 | 0 | 10 | 31 | 16 | 50 | 53 | 113 |
| Binary | 11011011 | 11001001 | 10100100 | 0 | 1000 | 11001 | 1110 | 101000 | 101011 | 1001011 |
Color Harmonies of #DBC9A4
Complementary color
Monochromatic Colors of #DBC9A4
Black with #DBC9A4
Text Example
Text Example
White with #DBC9A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC9A4; }
p { color: rgb(219,201,164); }
H1.HeaderClassName
{
color: #DBC9A4;
}
.AnyTagClassName
{
color: #DBC9A4;
}
</style>
background-color css
<style>
a { background-color: #DBC9A4; }
a { background-color: rgb(219,201,164); }
div.DivClassName
{
background-color: #DBC9A4;
}
.BgClassName
{
background-color: #DBC9A4;
}
</style>
border-color css
<style>
span { border-color: #DBC9A4; }
span { border-color: rgb(219,201,164); }
td.TdClassName
{
border-color: #DBC9A4;
}
.TagClassName
{
border-color: #DBC9A4;
}
</style>