Shades of Raffia #DDC49B
Tints of Raffia #DDC49B
RGB
CMYK
RGB Variations
Color information
#DDC49B (or 0xDDC49B) is known color: Raffia. HEX triplet: DD, C4 and 9B. RGB value is (221,196,155). Sum of RGB (Red+Green+Blue) = 221+196+155=572 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.64% from 572); Green value is 196 (76.95% from 255 or 34.27% from 572); Blue value is 155 (60.94% from 255 or 27.10% from 572); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC49B is #223B64. Grayscale: #C6C6C6. Windows color (decimal): -2243429 or 10208477. OLE color: 10208477.
HSL color Cylindrical-coordinate representation of color #DDC49B: hue angle of 37.27º 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 #DDC49B is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 196 | 155 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.13 |
| HSL | 37.27º | 0.49% | 0.74% | - |
| HSV(B) | 37.27º | 0.3% | 0.87% | - |
| XYZ | 55.48 | 57.22 | 39.13 | - |
| YUV | 198.8 | 103.28 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 196 | 155 | 0 | 0.11 | 0.30 | 0.13 | 37.27 | 0.49 | 0.74 |
| Hex | DD | C4 | 9B | 0 | B | 1E | D | 25 | 31 | 4A |
| Octal | 335 | 304 | 233 | 0 | 13 | 36 | 15 | 45 | 61 | 112 |
| Binary | 11011101 | 11000100 | 10011011 | 0 | 1011 | 11110 | 1101 | 100101 | 110001 | 1001010 |
Color Harmonies of #DDC49B
Complementary color
Monochromatic Colors of #DDC49B
Black with #DDC49B
Text Example
Text Example
White with #DDC49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC49B; }
p { color: rgb(221,196,155); }
H1.HeaderClassName
{
color: #DDC49B;
}
.AnyTagClassName
{
color: #DDC49B;
}
</style>
background-color css
<style>
a { background-color: #DDC49B; }
a { background-color: rgb(221,196,155); }
div.DivClassName
{
background-color: #DDC49B;
}
.BgClassName
{
background-color: #DDC49B;
}
</style>
border-color css
<style>
span { border-color: #DDC49B; }
span { border-color: rgb(221,196,155); }
td.TdClassName
{
border-color: #DDC49B;
}
.TagClassName
{
border-color: #DDC49B;
}
</style>