Shades of Raffia #DDC99D
Tints of Raffia #DDC99D
RGB
CMYK
RGB Variations
Color information
#DDC99D (or 0xDDC99D) is known color: Raffia. HEX triplet: DD, C9 and 9D. RGB value is (221,201,157). Sum of RGB (Red+Green+Blue) = 221+201+157=579 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.17% from 579); Green value is 201 (78.91% from 255 or 34.72% from 579); Blue value is 157 (61.72% from 255 or 27.12% from 579); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC99D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC99D is #223662. Grayscale: #CACACA. Windows color (decimal): -2242147 or 10340829. OLE color: 10340829.
HSL color Cylindrical-coordinate representation of color #DDC99D: hue angle of 41.25º 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 #DDC99D is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 201 | 157 | - |
| CMYK | 0 | 0.09 | 0.29 | 0.13 |
| HSL | 41.25º | 0.48% | 0.74% | - |
| HSV(B) | 41.25º | 0.29% | 0.87% | - |
| XYZ | 56.79 | 59.58 | 40.41 | - |
| YUV | 201.96 | 102.63 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 201 | 157 | 0 | 0.09 | 0.29 | 0.13 | 41.25 | 0.48 | 0.74 |
| Hex | DD | C9 | 9D | 0 | 9 | 1D | D | 29 | 30 | 4A |
| Octal | 335 | 311 | 235 | 0 | 11 | 35 | 15 | 51 | 60 | 112 |
| Binary | 11011101 | 11001001 | 10011101 | 0 | 1001 | 11101 | 1101 | 101001 | 110000 | 1001010 |
Color Harmonies of #DDC99D
Complementary color
Monochromatic Colors of #DDC99D
Black with #DDC99D
Text Example
Text Example
White with #DDC99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC99D; }
p { color: rgb(221,201,157); }
H1.HeaderClassName
{
color: #DDC99D;
}
.AnyTagClassName
{
color: #DDC99D;
}
</style>
background-color css
<style>
a { background-color: #DDC99D; }
a { background-color: rgb(221,201,157); }
div.DivClassName
{
background-color: #DDC99D;
}
.BgClassName
{
background-color: #DDC99D;
}
</style>
border-color css
<style>
span { border-color: #DDC99D; }
span { border-color: rgb(221,201,157); }
td.TdClassName
{
border-color: #DDC99D;
}
.TagClassName
{
border-color: #DDC99D;
}
</style>