Shades of Raffia #DBC49C
Tints of Raffia #DBC49C
RGB
CMYK
RGB Variations
Color information
#DBC49C (or 0xDBC49C) is known color: Raffia. HEX triplet: DB, C4 and 9C. RGB value is (219,196,156). Sum of RGB (Red+Green+Blue) = 219+196+156=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 196 (76.95% from 255 or 34.33% from 571); Blue value is 156 (61.33% from 255 or 27.32% from 571); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC49C is #243B63. Grayscale: #C6C6C6. Windows color (decimal): -2374500 or 10274011. OLE color: 10274011.
HSL color Cylindrical-coordinate representation of color #DBC49C: hue angle of 38.1º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBC49C is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 196 | 156 | - |
| CMYK | 0 | 0.11 | 0.29 | 0.14 |
| HSL | 38.1º | 0.47% | 0.74% | - |
| HSV(B) | 38.1º | 0.29% | 0.86% | - |
| XYZ | 54.95 | 56.94 | 39.55 | - |
| YUV | 198.32 | 104.12 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 196 | 156 | 0 | 0.11 | 0.29 | 0.14 | 38.1 | 0.47 | 0.74 |
| Hex | DB | C4 | 9C | 0 | B | 1D | E | 26 | 2F | 4A |
| Octal | 333 | 304 | 234 | 0 | 13 | 35 | 16 | 46 | 57 | 112 |
| Binary | 11011011 | 11000100 | 10011100 | 0 | 1011 | 11101 | 1110 | 100110 | 101111 | 1001010 |
Color Harmonies of #DBC49C
Complementary color
Monochromatic Colors of #DBC49C
Black with #DBC49C
Text Example
Text Example
White with #DBC49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC49C; }
p { color: rgb(219,196,156); }
H1.HeaderClassName
{
color: #DBC49C;
}
.AnyTagClassName
{
color: #DBC49C;
}
</style>
background-color css
<style>
a { background-color: #DBC49C; }
a { background-color: rgb(219,196,156); }
div.DivClassName
{
background-color: #DBC49C;
}
.BgClassName
{
background-color: #DBC49C;
}
</style>
border-color css
<style>
span { border-color: #DBC49C; }
span { border-color: rgb(219,196,156); }
td.TdClassName
{
border-color: #DBC49C;
}
.TagClassName
{
border-color: #DBC49C;
}
</style>