Shades of Raffia #DDC49C
Tints of Raffia #DDC49C
RGB
CMYK
RGB Variations
Color information
#DDC49C (or 0xDDC49C) is known color: Raffia. HEX triplet: DD, C4 and 9C. RGB value is (221,196,156). Sum of RGB (Red+Green+Blue) = 221+196+156=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 196 (76.95% from 255 or 34.21% from 573); Blue value is 156 (61.33% from 255 or 27.23% from 573); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC49C is #223B63. Grayscale: #C7C7C7. Windows color (decimal): -2243428 or 10274013. OLE color: 10274013.
HSL color Cylindrical-coordinate representation of color #DDC49C: hue angle of 36.92º 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 #DDC49C is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 196 | 156 | - |
| CMYK | 0 | 0.11 | 0.29 | 0.13 |
| HSL | 36.92º | 0.49% | 0.74% | - |
| HSV(B) | 36.92º | 0.29% | 0.87% | - |
| XYZ | 55.56 | 57.25 | 39.58 | - |
| YUV | 198.92 | 103.78 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 196 | 156 | 0 | 0.11 | 0.29 | 0.13 | 36.92 | 0.49 | 0.74 |
| Hex | DD | C4 | 9C | 0 | B | 1D | D | 25 | 31 | 4A |
| Octal | 335 | 304 | 234 | 0 | 13 | 35 | 15 | 45 | 61 | 112 |
| Binary | 11011101 | 11000100 | 10011100 | 0 | 1011 | 11101 | 1101 | 100101 | 110001 | 1001010 |
Color Harmonies of #DDC49C
Complementary color
Monochromatic Colors of #DDC49C
Black with #DDC49C
Text Example
Text Example
White with #DDC49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC49C; }
p { color: rgb(221,196,156); }
H1.HeaderClassName
{
color: #DDC49C;
}
.AnyTagClassName
{
color: #DDC49C;
}
</style>
background-color css
<style>
a { background-color: #DDC49C; }
a { background-color: rgb(221,196,156); }
div.DivClassName
{
background-color: #DDC49C;
}
.BgClassName
{
background-color: #DDC49C;
}
</style>
border-color css
<style>
span { border-color: #DDC49C; }
span { border-color: rgb(221,196,156); }
td.TdClassName
{
border-color: #DDC49C;
}
.TagClassName
{
border-color: #DDC49C;
}
</style>