Shades of Raffia #DBC398
Tints of Raffia #DBC398
RGB
CMYK
RGB Variations
Color information
#DBC398 (or 0xDBC398) is known color: Raffia. HEX triplet: DB, C3 and 98. RGB value is (219,195,152). Sum of RGB (Red+Green+Blue) = 219+195+152=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 195 (76.56% from 255 or 34.45% from 566); Blue value is 152 (59.77% from 255 or 26.86% from 566); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC398 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC398 is #243C67. Grayscale: #C5C5C5. Windows color (decimal): -2374760 or 10011611. OLE color: 10011611.
HSL color Cylindrical-coordinate representation of color #DBC398: hue angle of 38.51º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBC398 is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 195 | 152 | - |
| CMYK | 0 | 0.11 | 0.31 | 0.14 |
| HSL | 38.51º | 0.48% | 0.73% | - |
| HSV(B) | 38.51º | 0.31% | 0.86% | - |
| XYZ | 54.4 | 56.36 | 37.72 | - |
| YUV | 197.27 | 102.45 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 195 | 152 | 0 | 0.11 | 0.31 | 0.14 | 38.51 | 0.48 | 0.73 |
| Hex | DB | C3 | 98 | 0 | B | 1F | E | 27 | 30 | 49 |
| Octal | 333 | 303 | 230 | 0 | 13 | 37 | 16 | 47 | 60 | 111 |
| Binary | 11011011 | 11000011 | 10011000 | 0 | 1011 | 11111 | 1110 | 100111 | 110000 | 1001001 |
Color Harmonies of #DBC398
Complementary color
Monochromatic Colors of #DBC398
Black with #DBC398
Text Example
Text Example
White with #DBC398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC398; }
p { color: rgb(219,195,152); }
H1.HeaderClassName
{
color: #DBC398;
}
.AnyTagClassName
{
color: #DBC398;
}
</style>
background-color css
<style>
a { background-color: #DBC398; }
a { background-color: rgb(219,195,152); }
div.DivClassName
{
background-color: #DBC398;
}
.BgClassName
{
background-color: #DBC398;
}
</style>
border-color css
<style>
span { border-color: #DBC398; }
span { border-color: rgb(219,195,152); }
td.TdClassName
{
border-color: #DBC398;
}
.TagClassName
{
border-color: #DBC398;
}
</style>