Shades of Raffia #DBC6A5
Tints of Raffia #DBC6A5
RGB
CMYK
RGB Variations
Color information
#DBC6A5 (or 0xDBC6A5) is known color: Raffia. HEX triplet: DB, C6 and A5. RGB value is (219,198,165). Sum of RGB (Red+Green+Blue) = 219+198+165=582 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.63% from 582); Green value is 198 (77.73% from 255 or 34.02% from 582); Blue value is 165 (64.84% from 255 or 28.35% from 582); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC6A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC6A5 is #24395A. Grayscale: #C8C8C8. Windows color (decimal): -2373979 or 10864347. OLE color: 10864347.
HSL color Cylindrical-coordinate representation of color #DBC6A5: hue angle of 36.67º 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 #DBC6A5 is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 198 | 165 | - |
| CMYK | 0 | 0.10 | 0.25 | 0.14 |
| HSL | 36.67º | 0.43% | 0.75% | - |
| HSV(B) | 36.67º | 0.25% | 0.86% | - |
| XYZ | 56.2 | 58.16 | 43.86 | - |
| YUV | 200.52 | 107.96 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 198 | 165 | 0 | 0.10 | 0.25 | 0.14 | 36.67 | 0.43 | 0.75 |
| Hex | DB | C6 | A5 | 0 | A | 19 | E | 25 | 2B | 4B |
| Octal | 333 | 306 | 245 | 0 | 12 | 31 | 16 | 45 | 53 | 113 |
| Binary | 11011011 | 11000110 | 10100101 | 0 | 1010 | 11001 | 1110 | 100101 | 101011 | 1001011 |
Color Harmonies of #DBC6A5
Complementary color
Monochromatic Colors of #DBC6A5
Black with #DBC6A5
Text Example
Text Example
White with #DBC6A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC6A5; }
p { color: rgb(219,198,165); }
H1.HeaderClassName
{
color: #DBC6A5;
}
.AnyTagClassName
{
color: #DBC6A5;
}
</style>
background-color css
<style>
a { background-color: #DBC6A5; }
a { background-color: rgb(219,198,165); }
div.DivClassName
{
background-color: #DBC6A5;
}
.BgClassName
{
background-color: #DBC6A5;
}
</style>
border-color css
<style>
span { border-color: #DBC6A5; }
span { border-color: rgb(219,198,165); }
td.TdClassName
{
border-color: #DBC6A5;
}
.TagClassName
{
border-color: #DBC6A5;
}
</style>