Shades of Raffia #DDC79A
Tints of Raffia #DDC79A
RGB
CMYK
RGB Variations
Color information
#DDC79A (or 0xDDC79A) is known color: Raffia. HEX triplet: DD, C7 and 9A. RGB value is (221,199,154). Sum of RGB (Red+Green+Blue) = 221+199+154=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 199 (78.12% from 255 or 34.67% from 574); Blue value is 154 (60.55% from 255 or 26.83% from 574); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC79A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC79A is #223865. Grayscale: #C8C8C8. Windows color (decimal): -2242662 or 10143709. OLE color: 10143709.
HSL color Cylindrical-coordinate representation of color #DDC79A: hue angle of 40.3º 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 #DDC79A is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 199 | 154 | - |
| CMYK | 0 | 0.10 | 0.30 | 0.13 |
| HSL | 40.3º | 0.5% | 0.74% | - |
| HSV(B) | 40.3º | 0.3% | 0.87% | - |
| XYZ | 56.07 | 58.55 | 38.92 | - |
| YUV | 200.45 | 101.79 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 199 | 154 | 0 | 0.10 | 0.30 | 0.13 | 40.3 | 0.5 | 0.74 |
| Hex | DD | C7 | 9A | 0 | A | 1E | D | 28 | 32 | 4A |
| Octal | 335 | 307 | 232 | 0 | 12 | 36 | 15 | 50 | 62 | 112 |
| Binary | 11011101 | 11000111 | 10011010 | 0 | 1010 | 11110 | 1101 | 101000 | 110010 | 1001010 |
Color Harmonies of #DDC79A
Complementary color
Monochromatic Colors of #DDC79A
Black with #DDC79A
Text Example
Text Example
White with #DDC79A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC79A; }
p { color: rgb(221,199,154); }
H1.HeaderClassName
{
color: #DDC79A;
}
.AnyTagClassName
{
color: #DDC79A;
}
</style>
background-color css
<style>
a { background-color: #DDC79A; }
a { background-color: rgb(221,199,154); }
div.DivClassName
{
background-color: #DDC79A;
}
.BgClassName
{
background-color: #DDC79A;
}
</style>
border-color css
<style>
span { border-color: #DDC79A; }
span { border-color: rgb(221,199,154); }
td.TdClassName
{
border-color: #DDC79A;
}
.TagClassName
{
border-color: #DDC79A;
}
</style>