Shades of Raffia #DBC49A
Tints of Raffia #DBC49A
RGB
CMYK
RGB Variations
Color information
#DBC49A (or 0xDBC49A) is known color: Raffia. HEX triplet: DB, C4 and 9A. RGB value is (219,196,154). Sum of RGB (Red+Green+Blue) = 219+196+154=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 196 (76.95% from 255 or 34.45% from 569); Blue value is 154 (60.55% from 255 or 27.07% from 569); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC49A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC49A is #243B65. Grayscale: #C6C6C6. Windows color (decimal): -2374502 or 10142939. OLE color: 10142939.
HSL color Cylindrical-coordinate representation of color #DBC49A: hue angle of 38.77º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBC49A is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 196 | 154 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.14 |
| HSL | 38.77º | 0.47% | 0.73% | - |
| HSV(B) | 38.77º | 0.3% | 0.86% | - |
| XYZ | 54.79 | 56.87 | 38.66 | - |
| YUV | 198.09 | 103.12 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 196 | 154 | 0 | 0.11 | 0.30 | 0.14 | 38.77 | 0.47 | 0.73 |
| Hex | DB | C4 | 9A | 0 | B | 1E | E | 27 | 2F | 49 |
| Octal | 333 | 304 | 232 | 0 | 13 | 36 | 16 | 47 | 57 | 111 |
| Binary | 11011011 | 11000100 | 10011010 | 0 | 1011 | 11110 | 1110 | 100111 | 101111 | 1001001 |
Color Harmonies of #DBC49A
Complementary color
Monochromatic Colors of #DBC49A
Black with #DBC49A
Text Example
Text Example
White with #DBC49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC49A; }
p { color: rgb(219,196,154); }
H1.HeaderClassName
{
color: #DBC49A;
}
.AnyTagClassName
{
color: #DBC49A;
}
</style>
background-color css
<style>
a { background-color: #DBC49A; }
a { background-color: rgb(219,196,154); }
div.DivClassName
{
background-color: #DBC49A;
}
.BgClassName
{
background-color: #DBC49A;
}
</style>
border-color css
<style>
span { border-color: #DBC49A; }
span { border-color: rgb(219,196,154); }
td.TdClassName
{
border-color: #DBC49A;
}
.TagClassName
{
border-color: #DBC49A;
}
</style>