Shades of Raffia #DBC69C
Tints of Raffia #DBC69C
RGB
CMYK
RGB Variations
Color information
#DBC69C (or 0xDBC69C) is known color: Raffia. HEX triplet: DB, C6 and 9C. RGB value is (219,198,156). Sum of RGB (Red+Green+Blue) = 219+198+156=573 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.22% from 573); Green value is 198 (77.73% from 255 or 34.55% from 573); Blue value is 156 (61.33% from 255 or 27.23% from 573); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC69C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC69C is #243963. Grayscale: #C7C7C7. Windows color (decimal): -2373988 or 10274523. OLE color: 10274523.
HSL color Cylindrical-coordinate representation of color #DBC69C: hue angle of 40º 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 #DBC69C is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 198 | 156 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.14 |
| HSL | 40º | 0.47% | 0.74% | - |
| HSV(B) | 40º | 0.29% | 0.86% | - |
| XYZ | 55.41 | 57.85 | 39.7 | - |
| YUV | 199.49 | 103.46 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 198 | 156 | 0 | 0.10 | 0.29 | 0.14 | 40 | 0.47 | 0.74 |
| Hex | DB | C6 | 9C | 0 | A | 1D | E | 28 | 2F | 4A |
| Octal | 333 | 306 | 234 | 0 | 12 | 35 | 16 | 50 | 57 | 112 |
| Binary | 11011011 | 11000110 | 10011100 | 0 | 1010 | 11101 | 1110 | 101000 | 101111 | 1001010 |
Color Harmonies of #DBC69C
Complementary color
Monochromatic Colors of #DBC69C
Black with #DBC69C
Text Example
Text Example
White with #DBC69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC69C; }
p { color: rgb(219,198,156); }
H1.HeaderClassName
{
color: #DBC69C;
}
.AnyTagClassName
{
color: #DBC69C;
}
</style>
background-color css
<style>
a { background-color: #DBC69C; }
a { background-color: rgb(219,198,156); }
div.DivClassName
{
background-color: #DBC69C;
}
.BgClassName
{
background-color: #DBC69C;
}
</style>
border-color css
<style>
span { border-color: #DBC69C; }
span { border-color: rgb(219,198,156); }
td.TdClassName
{
border-color: #DBC69C;
}
.TagClassName
{
border-color: #DBC69C;
}
</style>