Shades of Raffia #DDC594
Tints of Raffia #DDC594
RGB
CMYK
RGB Variations
Color information
#DDC594 (or 0xDDC594) is known color: Raffia. HEX triplet: DD, C5 and 94. RGB value is (221,197,148). Sum of RGB (Red+Green+Blue) = 221+197+148=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 197 (77.34% from 255 or 34.81% from 566); Blue value is 148 (58.20% from 255 or 26.15% from 566); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC594 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC594 is #223A6B. Grayscale: #C6C6C6. Windows color (decimal): -2243180 or 9749981. OLE color: 9749981.
HSL color Cylindrical-coordinate representation of color #DDC594: hue angle of 40.27º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DDC594 is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 197 | 148 | - |
| CMYK | 0 | 0.11 | 0.33 | 0.13 |
| HSL | 40.27º | 0.52% | 0.72% | - |
| HSV(B) | 40.27º | 0.33% | 0.87% | - |
| XYZ | 55.13 | 57.44 | 36.2 | - |
| YUV | 198.59 | 99.45 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 148 | 0 | 0.11 | 0.33 | 0.13 | 40.27 | 0.52 | 0.72 |
| Hex | DD | C5 | 94 | 0 | B | 21 | D | 28 | 34 | 48 |
| Octal | 335 | 305 | 224 | 0 | 13 | 41 | 15 | 50 | 64 | 110 |
| Binary | 11011101 | 11000101 | 10010100 | 0 | 1011 | 100001 | 1101 | 101000 | 110100 | 1001000 |
Color Harmonies of #DDC594
Complementary color
Monochromatic Colors of #DDC594
Black with #DDC594
Text Example
Text Example
White with #DDC594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC594; }
p { color: rgb(221,197,148); }
H1.HeaderClassName
{
color: #DDC594;
}
.AnyTagClassName
{
color: #DDC594;
}
</style>
background-color css
<style>
a { background-color: #DDC594; }
a { background-color: rgb(221,197,148); }
div.DivClassName
{
background-color: #DDC594;
}
.BgClassName
{
background-color: #DDC594;
}
</style>
border-color css
<style>
span { border-color: #DDC594; }
span { border-color: rgb(221,197,148); }
td.TdClassName
{
border-color: #DDC594;
}
.TagClassName
{
border-color: #DDC594;
}
</style>