Shades of Raffia #DDC396
Tints of Raffia #DDC396
RGB
CMYK
RGB Variations
Color information
#DDC396 (or 0xDDC396) is known color: Raffia. HEX triplet: DD, C3 and 96. RGB value is (221,195,150). Sum of RGB (Red+Green+Blue) = 221+195+150=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 195 (76.56% from 255 or 34.45% from 566); Blue value is 150 (58.98% from 255 or 26.50% from 566); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC396 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC396 is #223C69. Grayscale: #C5C5C5. Windows color (decimal): -2243690 or 9880541. OLE color: 9880541.
HSL color Cylindrical-coordinate representation of color #DDC396: hue angle of 38.03º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DDC396 is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 195 | 150 | - |
| CMYK | 0 | 0.12 | 0.32 | 0.13 |
| HSL | 38.03º | 0.51% | 0.73% | - |
| HSV(B) | 38.03º | 0.32% | 0.87% | - |
| XYZ | 54.84 | 56.6 | 36.89 | - |
| YUV | 197.64 | 101.11 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 195 | 150 | 0 | 0.12 | 0.32 | 0.13 | 38.03 | 0.51 | 0.73 |
| Hex | DD | C3 | 96 | 0 | C | 20 | D | 26 | 33 | 49 |
| Octal | 335 | 303 | 226 | 0 | 14 | 40 | 15 | 46 | 63 | 111 |
| Binary | 11011101 | 11000011 | 10010110 | 0 | 1100 | 100000 | 1101 | 100110 | 110011 | 1001001 |
Color Harmonies of #DDC396
Complementary color
Monochromatic Colors of #DDC396
Black with #DDC396
Text Example
Text Example
White with #DDC396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC396; }
p { color: rgb(221,195,150); }
H1.HeaderClassName
{
color: #DDC396;
}
.AnyTagClassName
{
color: #DDC396;
}
</style>
background-color css
<style>
a { background-color: #DDC396; }
a { background-color: rgb(221,195,150); }
div.DivClassName
{
background-color: #DDC396;
}
.BgClassName
{
background-color: #DDC396;
}
</style>
border-color css
<style>
span { border-color: #DDC396; }
span { border-color: rgb(221,195,150); }
td.TdClassName
{
border-color: #DDC396;
}
.TagClassName
{
border-color: #DDC396;
}
</style>