Shades of Raffia #DDC09C
Tints of Raffia #DDC09C
RGB
CMYK
RGB Variations
Color information
#DDC09C (or 0xDDC09C) is known color: Raffia. HEX triplet: DD, C0 and 9C. RGB value is (221,192,156). Sum of RGB (Red+Green+Blue) = 221+192+156=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 192 (75.39% from 255 or 33.74% from 569); Blue value is 156 (61.33% from 255 or 27.42% from 569); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC09C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC09C is #223F63. Grayscale: #C4C4C4. Windows color (decimal): -2244452 or 10272989. OLE color: 10272989.
HSL color Cylindrical-coordinate representation of color #DDC09C: hue angle of 33.23º degrees, saturation: 0.49, 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 #DDC09C is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 192 | 156 | - |
| CMYK | 0 | 0.13 | 0.29 | 0.13 |
| HSL | 33.23º | 0.49% | 0.74% | - |
| HSV(B) | 33.23º | 0.29% | 0.87% | - |
| XYZ | 54.67 | 55.47 | 39.28 | - |
| YUV | 196.57 | 105.11 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 192 | 156 | 0 | 0.13 | 0.29 | 0.13 | 33.23 | 0.49 | 0.74 |
| Hex | DD | C0 | 9C | 0 | D | 1D | D | 21 | 31 | 4A |
| Octal | 335 | 300 | 234 | 0 | 15 | 35 | 15 | 41 | 61 | 112 |
| Binary | 11011101 | 11000000 | 10011100 | 0 | 1101 | 11101 | 1101 | 100001 | 110001 | 1001010 |
Color Harmonies of #DDC09C
Complementary color
Monochromatic Colors of #DDC09C
Black with #DDC09C
Text Example
Text Example
White with #DDC09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC09C; }
p { color: rgb(221,192,156); }
H1.HeaderClassName
{
color: #DDC09C;
}
.AnyTagClassName
{
color: #DDC09C;
}
</style>
background-color css
<style>
a { background-color: #DDC09C; }
a { background-color: rgb(221,192,156); }
div.DivClassName
{
background-color: #DDC09C;
}
.BgClassName
{
background-color: #DDC09C;
}
</style>
border-color css
<style>
span { border-color: #DDC09C; }
span { border-color: rgb(221,192,156); }
td.TdClassName
{
border-color: #DDC09C;
}
.TagClassName
{
border-color: #DDC09C;
}
</style>