Shades of Raffia #DBC4A5
Tints of Raffia #DBC4A5
RGB
CMYK
RGB Variations
Color information
#DBC4A5 (or 0xDBC4A5) is known color: Raffia. HEX triplet: DB, C4 and A5. RGB value is (219,196,165). Sum of RGB (Red+Green+Blue) = 219+196+165=580 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.76% from 580); Green value is 196 (76.95% from 255 or 33.79% from 580); Blue value is 165 (64.84% from 255 or 28.45% from 580); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC4A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC4A5 is #243B5A. Grayscale: #C7C7C7. Windows color (decimal): -2374491 or 10863835. OLE color: 10863835.
HSL color Cylindrical-coordinate representation of color #DBC4A5: hue angle of 34.44º 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 #DBC4A5 is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 196 | 165 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.14 |
| HSL | 34.44º | 0.43% | 0.75% | - |
| HSV(B) | 34.44º | 0.25% | 0.86% | - |
| XYZ | 55.74 | 57.26 | 43.71 | - |
| YUV | 199.34 | 108.62 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 196 | 165 | 0 | 0.11 | 0.25 | 0.14 | 34.44 | 0.43 | 0.75 |
| Hex | DB | C4 | A5 | 0 | B | 19 | E | 22 | 2B | 4B |
| Octal | 333 | 304 | 245 | 0 | 13 | 31 | 16 | 42 | 53 | 113 |
| Binary | 11011011 | 11000100 | 10100101 | 0 | 1011 | 11001 | 1110 | 100010 | 101011 | 1001011 |
Color Harmonies of #DBC4A5
Complementary color
Monochromatic Colors of #DBC4A5
Black with #DBC4A5
Text Example
Text Example
White with #DBC4A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC4A5; }
p { color: rgb(219,196,165); }
H1.HeaderClassName
{
color: #DBC4A5;
}
.AnyTagClassName
{
color: #DBC4A5;
}
</style>
background-color css
<style>
a { background-color: #DBC4A5; }
a { background-color: rgb(219,196,165); }
div.DivClassName
{
background-color: #DBC4A5;
}
.BgClassName
{
background-color: #DBC4A5;
}
</style>
border-color css
<style>
span { border-color: #DBC4A5; }
span { border-color: rgb(219,196,165); }
td.TdClassName
{
border-color: #DBC4A5;
}
.TagClassName
{
border-color: #DBC4A5;
}
</style>