Shades of Raffia #DDC09B
Tints of Raffia #DDC09B
RGB
CMYK
RGB Variations
Color information
#DDC09B (or 0xDDC09B) is known color: Raffia. HEX triplet: DD, C0 and 9B. RGB value is (221,192,155). Sum of RGB (Red+Green+Blue) = 221+192+155=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 192 (75.39% from 255 or 33.80% from 568); Blue value is 155 (60.94% from 255 or 27.29% from 568); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC09B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC09B is #223F64. Grayscale: #C4C4C4. Windows color (decimal): -2244453 or 10207453. OLE color: 10207453.
HSL color Cylindrical-coordinate representation of color #DDC09B: hue angle of 33.64º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDC09B is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 192 | 155 | - |
| CMYK | 0 | 0.13 | 0.30 | 0.13 |
| HSL | 33.64º | 0.49% | 0.74% | - |
| HSV(B) | 33.64º | 0.3% | 0.87% | - |
| XYZ | 54.58 | 55.44 | 38.83 | - |
| YUV | 196.45 | 104.61 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 192 | 155 | 0 | 0.13 | 0.30 | 0.13 | 33.64 | 0.49 | 0.74 |
| Hex | DD | C0 | 9B | 0 | D | 1E | D | 22 | 31 | 4A |
| Octal | 335 | 300 | 233 | 0 | 15 | 36 | 15 | 42 | 61 | 112 |
| Binary | 11011101 | 11000000 | 10011011 | 0 | 1101 | 11110 | 1101 | 100010 | 110001 | 1001010 |
Color Harmonies of #DDC09B
Complementary color
Monochromatic Colors of #DDC09B
Black with #DDC09B
Text Example
Text Example
White with #DDC09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC09B; }
p { color: rgb(221,192,155); }
H1.HeaderClassName
{
color: #DDC09B;
}
.AnyTagClassName
{
color: #DDC09B;
}
</style>
background-color css
<style>
a { background-color: #DDC09B; }
a { background-color: rgb(221,192,155); }
div.DivClassName
{
background-color: #DDC09B;
}
.BgClassName
{
background-color: #DDC09B;
}
</style>
border-color css
<style>
span { border-color: #DDC09B; }
span { border-color: rgb(221,192,155); }
td.TdClassName
{
border-color: #DDC09B;
}
.TagClassName
{
border-color: #DDC09B;
}
</style>