Shades of Raffia #DDC29D
Tints of Raffia #DDC29D
RGB
CMYK
RGB Variations
Color information
#DDC29D (or 0xDDC29D) is known color: Raffia. HEX triplet: DD, C2 and 9D. RGB value is (221,194,157). Sum of RGB (Red+Green+Blue) = 221+194+157=572 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.64% from 572); Green value is 194 (76.17% from 255 or 33.92% from 572); Blue value is 157 (61.72% from 255 or 27.45% from 572); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC29D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC29D is #223D62. Grayscale: #C6C6C6. Windows color (decimal): -2243939 or 10339037. OLE color: 10339037.
HSL color Cylindrical-coordinate representation of color #DDC29D: hue angle of 34.69º 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 #DDC29D is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 194 | 157 | - |
| CMYK | 0 | 0.12 | 0.29 | 0.13 |
| HSL | 34.69º | 0.48% | 0.74% | - |
| HSV(B) | 34.69º | 0.29% | 0.87% | - |
| XYZ | 55.2 | 56.39 | 39.87 | - |
| YUV | 197.86 | 104.95 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 194 | 157 | 0 | 0.12 | 0.29 | 0.13 | 34.69 | 0.48 | 0.74 |
| Hex | DD | C2 | 9D | 0 | C | 1D | D | 23 | 30 | 4A |
| Octal | 335 | 302 | 235 | 0 | 14 | 35 | 15 | 43 | 60 | 112 |
| Binary | 11011101 | 11000010 | 10011101 | 0 | 1100 | 11101 | 1101 | 100011 | 110000 | 1001010 |
Color Harmonies of #DDC29D
Complementary color
Monochromatic Colors of #DDC29D
Black with #DDC29D
Text Example
Text Example
White with #DDC29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC29D; }
p { color: rgb(221,194,157); }
H1.HeaderClassName
{
color: #DDC29D;
}
.AnyTagClassName
{
color: #DDC29D;
}
</style>
background-color css
<style>
a { background-color: #DDC29D; }
a { background-color: rgb(221,194,157); }
div.DivClassName
{
background-color: #DDC29D;
}
.BgClassName
{
background-color: #DDC29D;
}
</style>
border-color css
<style>
span { border-color: #DDC29D; }
span { border-color: rgb(221,194,157); }
td.TdClassName
{
border-color: #DDC29D;
}
.TagClassName
{
border-color: #DDC29D;
}
</style>