Shades of Raffia #DDC29A
Tints of Raffia #DDC29A
RGB
CMYK
RGB Variations
Color information
#DDC29A (or 0xDDC29A) is known color: Raffia. HEX triplet: DD, C2 and 9A. RGB value is (221,194,154). Sum of RGB (Red+Green+Blue) = 221+194+154=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 194 (76.17% from 255 or 34.09% from 569); Blue value is 154 (60.55% from 255 or 27.07% from 569); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC29A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC29A is #223D65. Grayscale: #C5C5C5. Windows color (decimal): -2243942 or 10142429. OLE color: 10142429.
HSL color Cylindrical-coordinate representation of color #DDC29A: hue angle of 35.82º 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 #DDC29A is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 194 | 154 | - |
| CMYK | 0 | 0.12 | 0.30 | 0.13 |
| HSL | 35.82º | 0.5% | 0.74% | - |
| HSV(B) | 35.82º | 0.3% | 0.87% | - |
| XYZ | 54.94 | 56.29 | 38.54 | - |
| YUV | 197.51 | 103.45 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 194 | 154 | 0 | 0.12 | 0.30 | 0.13 | 35.82 | 0.5 | 0.74 |
| Hex | DD | C2 | 9A | 0 | C | 1E | D | 24 | 32 | 4A |
| Octal | 335 | 302 | 232 | 0 | 14 | 36 | 15 | 44 | 62 | 112 |
| Binary | 11011101 | 11000010 | 10011010 | 0 | 1100 | 11110 | 1101 | 100100 | 110010 | 1001010 |
Color Harmonies of #DDC29A
Complementary color
Monochromatic Colors of #DDC29A
Black with #DDC29A
Text Example
Text Example
White with #DDC29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC29A; }
p { color: rgb(221,194,154); }
H1.HeaderClassName
{
color: #DDC29A;
}
.AnyTagClassName
{
color: #DDC29A;
}
</style>
background-color css
<style>
a { background-color: #DDC29A; }
a { background-color: rgb(221,194,154); }
div.DivClassName
{
background-color: #DDC29A;
}
.BgClassName
{
background-color: #DDC29A;
}
</style>
border-color css
<style>
span { border-color: #DDC29A; }
span { border-color: rgb(221,194,154); }
td.TdClassName
{
border-color: #DDC29A;
}
.TagClassName
{
border-color: #DDC29A;
}
</style>