Shades of Raffia #DBC69D
Tints of Raffia #DBC69D
RGB
CMYK
RGB Variations
Color information
#DBC69D (or 0xDBC69D) is known color: Raffia. HEX triplet: DB, C6 and 9D. RGB value is (219,198,157). Sum of RGB (Red+Green+Blue) = 219+198+157=574 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.15% from 574); Green value is 198 (77.73% from 255 or 34.49% from 574); Blue value is 157 (61.72% from 255 or 27.35% from 574); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC69D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC69D is #243962. Grayscale: #C7C7C7. Windows color (decimal): -2373987 or 10340059. OLE color: 10340059.
HSL color Cylindrical-coordinate representation of color #DBC69D: hue angle of 39.68º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DBC69D is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 198 | 157 | - |
| CMYK | 0 | 0.10 | 0.28 | 0.14 |
| HSL | 39.68º | 0.46% | 0.74% | - |
| HSV(B) | 39.68º | 0.28% | 0.86% | - |
| XYZ | 55.49 | 57.88 | 40.15 | - |
| YUV | 199.61 | 103.96 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 198 | 157 | 0 | 0.10 | 0.28 | 0.14 | 39.68 | 0.46 | 0.74 |
| Hex | DB | C6 | 9D | 0 | A | 1C | E | 28 | 2E | 4A |
| Octal | 333 | 306 | 235 | 0 | 12 | 34 | 16 | 50 | 56 | 112 |
| Binary | 11011011 | 11000110 | 10011101 | 0 | 1010 | 11100 | 1110 | 101000 | 101110 | 1001010 |
Color Harmonies of #DBC69D
Complementary color
Monochromatic Colors of #DBC69D
Black with #DBC69D
Text Example
Text Example
White with #DBC69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC69D; }
p { color: rgb(219,198,157); }
H1.HeaderClassName
{
color: #DBC69D;
}
.AnyTagClassName
{
color: #DBC69D;
}
</style>
background-color css
<style>
a { background-color: #DBC69D; }
a { background-color: rgb(219,198,157); }
div.DivClassName
{
background-color: #DBC69D;
}
.BgClassName
{
background-color: #DBC69D;
}
</style>
border-color css
<style>
span { border-color: #DBC69D; }
span { border-color: rgb(219,198,157); }
td.TdClassName
{
border-color: #DBC69D;
}
.TagClassName
{
border-color: #DBC69D;
}
</style>