Shades of Raffia #DBC69B
Tints of Raffia #DBC69B
RGB
CMYK
RGB Variations
Color information
#DBC69B (or 0xDBC69B) is known color: Raffia. HEX triplet: DB, C6 and 9B. RGB value is (219,198,155). Sum of RGB (Red+Green+Blue) = 219+198+155=572 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.29% from 572); Green value is 198 (77.73% from 255 or 34.62% from 572); Blue value is 155 (60.94% from 255 or 27.10% from 572); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC69B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC69B is #243964. Grayscale: #C7C7C7. Windows color (decimal): -2373989 or 10208987. OLE color: 10208987.
HSL color Cylindrical-coordinate representation of color #DBC69B: hue angle of 40.31º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBC69B is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 198 | 155 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.14 |
| HSL | 40.31º | 0.47% | 0.73% | - |
| HSV(B) | 40.31º | 0.29% | 0.86% | - |
| XYZ | 55.32 | 57.81 | 39.25 | - |
| YUV | 199.38 | 102.96 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 198 | 155 | 0 | 0.10 | 0.29 | 0.14 | 40.31 | 0.47 | 0.73 |
| Hex | DB | C6 | 9B | 0 | A | 1D | E | 28 | 2F | 49 |
| Octal | 333 | 306 | 233 | 0 | 12 | 35 | 16 | 50 | 57 | 111 |
| Binary | 11011011 | 11000110 | 10011011 | 0 | 1010 | 11101 | 1110 | 101000 | 101111 | 1001001 |
Color Harmonies of #DBC69B
Complementary color
Monochromatic Colors of #DBC69B
Black with #DBC69B
Text Example
Text Example
White with #DBC69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC69B; }
p { color: rgb(219,198,155); }
H1.HeaderClassName
{
color: #DBC69B;
}
.AnyTagClassName
{
color: #DBC69B;
}
</style>
background-color css
<style>
a { background-color: #DBC69B; }
a { background-color: rgb(219,198,155); }
div.DivClassName
{
background-color: #DBC69B;
}
.BgClassName
{
background-color: #DBC69B;
}
</style>
border-color css
<style>
span { border-color: #DBC69B; }
span { border-color: rgb(219,198,155); }
td.TdClassName
{
border-color: #DBC69B;
}
.TagClassName
{
border-color: #DBC69B;
}
</style>