Shades of Raffia #DDC19E
Tints of Raffia #DDC19E
RGB
CMYK
RGB Variations
Color information
#DDC19E (or 0xDDC19E) is known color: Raffia. HEX triplet: DD, C1 and 9E. RGB value is (221,193,158). Sum of RGB (Red+Green+Blue) = 221+193+158=572 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.64% from 572); Green value is 193 (75.78% from 255 or 33.74% from 572); Blue value is 158 (62.11% from 255 or 27.62% from 572); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC19E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC19E is #223E61. Grayscale: #C5C5C5. Windows color (decimal): -2244194 or 10404317. OLE color: 10404317.
HSL color Cylindrical-coordinate representation of color #DDC19E: hue angle of 33.33º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDC19E is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 193 | 158 | - |
| CMYK | 0 | 0.13 | 0.29 | 0.13 |
| HSL | 33.33º | 0.48% | 0.74% | - |
| HSV(B) | 33.33º | 0.29% | 0.87% | - |
| XYZ | 55.06 | 55.98 | 40.25 | - |
| YUV | 197.38 | 105.78 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 193 | 158 | 0 | 0.13 | 0.29 | 0.13 | 33.33 | 0.48 | 0.74 |
| Hex | DD | C1 | 9E | 0 | D | 1D | D | 21 | 30 | 4A |
| Octal | 335 | 301 | 236 | 0 | 15 | 35 | 15 | 41 | 60 | 112 |
| Binary | 11011101 | 11000001 | 10011110 | 0 | 1101 | 11101 | 1101 | 100001 | 110000 | 1001010 |
Color Harmonies of #DDC19E
Complementary color
Monochromatic Colors of #DDC19E
Black with #DDC19E
Text Example
Text Example
White with #DDC19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC19E; }
p { color: rgb(221,193,158); }
H1.HeaderClassName
{
color: #DDC19E;
}
.AnyTagClassName
{
color: #DDC19E;
}
</style>
background-color css
<style>
a { background-color: #DDC19E; }
a { background-color: rgb(221,193,158); }
div.DivClassName
{
background-color: #DDC19E;
}
.BgClassName
{
background-color: #DDC19E;
}
</style>
border-color css
<style>
span { border-color: #DDC19E; }
span { border-color: rgb(221,193,158); }
td.TdClassName
{
border-color: #DDC19E;
}
.TagClassName
{
border-color: #DDC19E;
}
</style>