Shades of Raffia #DDC79C
Tints of Raffia #DDC79C
RGB
CMYK
RGB Variations
Color information
#DDC79C (or 0xDDC79C) is known color: Raffia. HEX triplet: DD, C7 and 9C. RGB value is (221,199,156). Sum of RGB (Red+Green+Blue) = 221+199+156=576 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.37% from 576); Green value is 199 (78.12% from 255 or 34.55% from 576); Blue value is 156 (61.33% from 255 or 27.08% from 576); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC79C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC79C is #223863. Grayscale: #C8C8C8. Windows color (decimal): -2242660 or 10274781. OLE color: 10274781.
HSL color Cylindrical-coordinate representation of color #DDC79C: hue angle of 39.69º 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 #DDC79C is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 199 | 156 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.13 |
| HSL | 39.69º | 0.49% | 0.74% | - |
| HSV(B) | 39.69º | 0.29% | 0.87% | - |
| XYZ | 56.24 | 58.62 | 39.8 | - |
| YUV | 200.68 | 102.79 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 199 | 156 | 0 | 0.10 | 0.29 | 0.13 | 39.69 | 0.49 | 0.74 |
| Hex | DD | C7 | 9C | 0 | A | 1D | D | 28 | 31 | 4A |
| Octal | 335 | 307 | 234 | 0 | 12 | 35 | 15 | 50 | 61 | 112 |
| Binary | 11011101 | 11000111 | 10011100 | 0 | 1010 | 11101 | 1101 | 101000 | 110001 | 1001010 |
Color Harmonies of #DDC79C
Complementary color
Monochromatic Colors of #DDC79C
Black with #DDC79C
Text Example
Text Example
White with #DDC79C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC79C; }
p { color: rgb(221,199,156); }
H1.HeaderClassName
{
color: #DDC79C;
}
.AnyTagClassName
{
color: #DDC79C;
}
</style>
background-color css
<style>
a { background-color: #DDC79C; }
a { background-color: rgb(221,199,156); }
div.DivClassName
{
background-color: #DDC79C;
}
.BgClassName
{
background-color: #DDC79C;
}
</style>
border-color css
<style>
span { border-color: #DDC79C; }
span { border-color: rgb(221,199,156); }
td.TdClassName
{
border-color: #DDC79C;
}
.TagClassName
{
border-color: #DDC79C;
}
</style>