Shades of Raffia #DDC79D
Tints of Raffia #DDC79D
RGB
CMYK
RGB Variations
Color information
#DDC79D (or 0xDDC79D) is known color: Raffia. HEX triplet: DD, C7 and 9D. RGB value is (221,199,157). Sum of RGB (Red+Green+Blue) = 221+199+157=577 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.30% from 577); Green value is 199 (78.12% from 255 or 34.49% from 577); Blue value is 157 (61.72% from 255 or 27.21% from 577); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC79D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC79D is #223862. Grayscale: #C8C8C8. Windows color (decimal): -2242659 or 10340317. OLE color: 10340317.
HSL color Cylindrical-coordinate representation of color #DDC79D: hue angle of 39.38º degrees, saturation: 0.48, 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 #DDC79D is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 199 | 157 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.13 |
| HSL | 39.38º | 0.48% | 0.74% | - |
| HSV(B) | 39.38º | 0.29% | 0.87% | - |
| XYZ | 56.33 | 58.65 | 40.25 | - |
| YUV | 200.79 | 103.29 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 199 | 157 | 0 | 0.10 | 0.29 | 0.13 | 39.38 | 0.48 | 0.74 |
| Hex | DD | C7 | 9D | 0 | A | 1D | D | 27 | 30 | 4A |
| Octal | 335 | 307 | 235 | 0 | 12 | 35 | 15 | 47 | 60 | 112 |
| Binary | 11011101 | 11000111 | 10011101 | 0 | 1010 | 11101 | 1101 | 100111 | 110000 | 1001010 |
Color Harmonies of #DDC79D
Complementary color
Monochromatic Colors of #DDC79D
Black with #DDC79D
Text Example
Text Example
White with #DDC79D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC79D; }
p { color: rgb(221,199,157); }
H1.HeaderClassName
{
color: #DDC79D;
}
.AnyTagClassName
{
color: #DDC79D;
}
</style>
background-color css
<style>
a { background-color: #DDC79D; }
a { background-color: rgb(221,199,157); }
div.DivClassName
{
background-color: #DDC79D;
}
.BgClassName
{
background-color: #DDC79D;
}
</style>
border-color css
<style>
span { border-color: #DDC79D; }
span { border-color: rgb(221,199,157); }
td.TdClassName
{
border-color: #DDC79D;
}
.TagClassName
{
border-color: #DDC79D;
}
</style>