Shades of Raffia #DDC593
Tints of Raffia #DDC593
RGB
CMYK
RGB Variations
Color information
#DDC593 (or 0xDDC593) is known color: Raffia. HEX triplet: DD, C5 and 93. RGB value is (221,197,147). Sum of RGB (Red+Green+Blue) = 221+197+147=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 197 (77.34% from 255 or 34.87% from 565); Blue value is 147 (57.81% from 255 or 26.02% from 565); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC593 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC593 is #223A6C. Grayscale: #C6C6C6. Windows color (decimal): -2243181 or 9684445. OLE color: 9684445.
HSL color Cylindrical-coordinate representation of color #DDC593: hue angle of 40.54º 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 #DDC593 is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 197 | 147 | - |
| CMYK | 0 | 0.11 | 0.33 | 0.13 |
| HSL | 40.54º | 0.52% | 0.72% | - |
| HSV(B) | 40.54º | 0.33% | 0.87% | - |
| XYZ | 55.05 | 57.41 | 35.78 | - |
| YUV | 198.48 | 98.95 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 147 | 0 | 0.11 | 0.33 | 0.13 | 40.54 | 0.52 | 0.72 |
| Hex | DD | C5 | 93 | 0 | B | 21 | D | 29 | 34 | 48 |
| Octal | 335 | 305 | 223 | 0 | 13 | 41 | 15 | 51 | 64 | 110 |
| Binary | 11011101 | 11000101 | 10010011 | 0 | 1011 | 100001 | 1101 | 101001 | 110100 | 1001000 |
Color Harmonies of #DDC593
Complementary color
Monochromatic Colors of #DDC593
Black with #DDC593
Text Example
Text Example
White with #DDC593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC593; }
p { color: rgb(221,197,147); }
H1.HeaderClassName
{
color: #DDC593;
}
.AnyTagClassName
{
color: #DDC593;
}
</style>
background-color css
<style>
a { background-color: #DDC593; }
a { background-color: rgb(221,197,147); }
div.DivClassName
{
background-color: #DDC593;
}
.BgClassName
{
background-color: #DDC593;
}
</style>
border-color css
<style>
span { border-color: #DDC593; }
span { border-color: rgb(221,197,147); }
td.TdClassName
{
border-color: #DDC593;
}
.TagClassName
{
border-color: #DDC593;
}
</style>