Shades of Raffia #DBC29D
Tints of Raffia #DBC29D
RGB
CMYK
RGB Variations
Color information
#DBC29D (or 0xDBC29D) is known color: Raffia. HEX triplet: DB, C2 and 9D. RGB value is (219,194,157). Sum of RGB (Red+Green+Blue) = 219+194+157=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 194 (76.17% from 255 or 34.04% from 570); Blue value is 157 (61.72% from 255 or 27.54% from 570); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC29D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC29D is #243D62. Grayscale: #C5C5C5. Windows color (decimal): -2375011 or 10339035. OLE color: 10339035.
HSL color Cylindrical-coordinate representation of color #DBC29D: hue angle of 35.81º 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 #DBC29D is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 194 | 157 | - |
| CMYK | 0 | 0.11 | 0.28 | 0.14 |
| HSL | 35.81º | 0.46% | 0.74% | - |
| HSV(B) | 35.81º | 0.28% | 0.86% | - |
| XYZ | 54.59 | 56.08 | 39.85 | - |
| YUV | 197.26 | 105.28 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 194 | 157 | 0 | 0.11 | 0.28 | 0.14 | 35.81 | 0.46 | 0.74 |
| Hex | DB | C2 | 9D | 0 | B | 1C | E | 24 | 2E | 4A |
| Octal | 333 | 302 | 235 | 0 | 13 | 34 | 16 | 44 | 56 | 112 |
| Binary | 11011011 | 11000010 | 10011101 | 0 | 1011 | 11100 | 1110 | 100100 | 101110 | 1001010 |
Color Harmonies of #DBC29D
Complementary color
Monochromatic Colors of #DBC29D
Black with #DBC29D
Text Example
Text Example
White with #DBC29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC29D; }
p { color: rgb(219,194,157); }
H1.HeaderClassName
{
color: #DBC29D;
}
.AnyTagClassName
{
color: #DBC29D;
}
</style>
background-color css
<style>
a { background-color: #DBC29D; }
a { background-color: rgb(219,194,157); }
div.DivClassName
{
background-color: #DBC29D;
}
.BgClassName
{
background-color: #DBC29D;
}
</style>
border-color css
<style>
span { border-color: #DBC29D; }
span { border-color: rgb(219,194,157); }
td.TdClassName
{
border-color: #DBC29D;
}
.TagClassName
{
border-color: #DBC29D;
}
</style>