Shades of Raffia #DDC49A
Tints of Raffia #DDC49A
RGB
CMYK
RGB Variations
Color information
#DDC49A (or 0xDDC49A) is known color: Raffia. HEX triplet: DD, C4 and 9A. RGB value is (221,196,154). Sum of RGB (Red+Green+Blue) = 221+196+154=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 196 (76.95% from 255 or 34.33% from 571); Blue value is 154 (60.55% from 255 or 26.97% from 571); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC49A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC49A is #223B65. Grayscale: #C6C6C6. Windows color (decimal): -2243430 or 10142941. OLE color: 10142941.
HSL color Cylindrical-coordinate representation of color #DDC49A: hue angle of 37.61º degrees, saturation: 0.5, 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 #DDC49A is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 196 | 154 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.13 |
| HSL | 37.61º | 0.5% | 0.74% | - |
| HSV(B) | 37.61º | 0.3% | 0.87% | - |
| XYZ | 55.39 | 57.19 | 38.69 | - |
| YUV | 198.69 | 102.78 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 196 | 154 | 0 | 0.11 | 0.30 | 0.13 | 37.61 | 0.5 | 0.74 |
| Hex | DD | C4 | 9A | 0 | B | 1E | D | 26 | 32 | 4A |
| Octal | 335 | 304 | 232 | 0 | 13 | 36 | 15 | 46 | 62 | 112 |
| Binary | 11011101 | 11000100 | 10011010 | 0 | 1011 | 11110 | 1101 | 100110 | 110010 | 1001010 |
Color Harmonies of #DDC49A
Complementary color
Monochromatic Colors of #DDC49A
Black with #DDC49A
Text Example
Text Example
White with #DDC49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC49A; }
p { color: rgb(221,196,154); }
H1.HeaderClassName
{
color: #DDC49A;
}
.AnyTagClassName
{
color: #DDC49A;
}
</style>
background-color css
<style>
a { background-color: #DDC49A; }
a { background-color: rgb(221,196,154); }
div.DivClassName
{
background-color: #DDC49A;
}
.BgClassName
{
background-color: #DDC49A;
}
</style>
border-color css
<style>
span { border-color: #DDC49A; }
span { border-color: rgb(221,196,154); }
td.TdClassName
{
border-color: #DDC49A;
}
.TagClassName
{
border-color: #DDC49A;
}
</style>