Shades of Raffia #DDC393
Tints of Raffia #DDC393
RGB
CMYK
RGB Variations
Color information
#DDC393 (or 0xDDC393) is known color: Raffia. HEX triplet: DD, C3 and 93. RGB value is (221,195,147). Sum of RGB (Red+Green+Blue) = 221+195+147=563 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.25% from 563); Green value is 195 (76.56% from 255 or 34.64% from 563); Blue value is 147 (57.81% from 255 or 26.11% from 563); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC393 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC393 is #223C6C. Grayscale: #C5C5C5. Windows color (decimal): -2243693 or 9683933. OLE color: 9683933.
HSL color Cylindrical-coordinate representation of color #DDC393: hue angle of 38.92º 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 #DDC393 is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 195 | 147 | - |
| CMYK | 0 | 0.12 | 0.33 | 0.13 |
| HSL | 38.92º | 0.52% | 0.72% | - |
| HSV(B) | 38.92º | 0.33% | 0.87% | - |
| XYZ | 54.6 | 56.51 | 35.63 | - |
| YUV | 197.3 | 99.61 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 195 | 147 | 0 | 0.12 | 0.33 | 0.13 | 38.92 | 0.52 | 0.72 |
| Hex | DD | C3 | 93 | 0 | C | 21 | D | 27 | 34 | 48 |
| Octal | 335 | 303 | 223 | 0 | 14 | 41 | 15 | 47 | 64 | 110 |
| Binary | 11011101 | 11000011 | 10010011 | 0 | 1100 | 100001 | 1101 | 100111 | 110100 | 1001000 |
Color Harmonies of #DDC393
Complementary color
Monochromatic Colors of #DDC393
Black with #DDC393
Text Example
Text Example
White with #DDC393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC393; }
p { color: rgb(221,195,147); }
H1.HeaderClassName
{
color: #DDC393;
}
.AnyTagClassName
{
color: #DDC393;
}
</style>
background-color css
<style>
a { background-color: #DDC393; }
a { background-color: rgb(221,195,147); }
div.DivClassName
{
background-color: #DDC393;
}
.BgClassName
{
background-color: #DDC393;
}
</style>
border-color css
<style>
span { border-color: #DDC393; }
span { border-color: rgb(221,195,147); }
td.TdClassName
{
border-color: #DDC393;
}
.TagClassName
{
border-color: #DDC393;
}
</style>