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