Shades of Raffia #DDC292
Tints of Raffia #DDC292
RGB
CMYK
RGB Variations
Color information
#DDC292 (or 0xDDC292) is known color: Raffia. HEX triplet: DD, C2 and 92. RGB value is (221,194,146). Sum of RGB (Red+Green+Blue) = 221+194+146=561 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.39% from 561); Green value is 194 (76.17% from 255 or 34.58% from 561); Blue value is 146 (57.42% from 255 or 26.02% from 561); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC292 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC292 is #223D6D. Grayscale: #C4C4C4. Windows color (decimal): -2243950 or 9618141. OLE color: 9618141.
HSL color Cylindrical-coordinate representation of color #DDC292: hue angle of 38.4º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DDC292 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 194 | 146 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.13 |
| HSL | 38.4º | 0.52% | 0.72% | - |
| HSV(B) | 38.4º | 0.34% | 0.87% | - |
| XYZ | 54.3 | 56.03 | 35.15 | - |
| YUV | 196.6 | 99.45 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 194 | 146 | 0 | 0.12 | 0.34 | 0.13 | 38.4 | 0.52 | 0.72 |
| Hex | DD | C2 | 92 | 0 | C | 22 | D | 26 | 34 | 48 |
| Octal | 335 | 302 | 222 | 0 | 14 | 42 | 15 | 46 | 64 | 110 |
| Binary | 11011101 | 11000010 | 10010010 | 0 | 1100 | 100010 | 1101 | 100110 | 110100 | 1001000 |
Color Harmonies of #DDC292
Complementary color
Monochromatic Colors of #DDC292
Black with #DDC292
Text Example
Text Example
White with #DDC292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC292; }
p { color: rgb(221,194,146); }
H1.HeaderClassName
{
color: #DDC292;
}
.AnyTagClassName
{
color: #DDC292;
}
</style>
background-color css
<style>
a { background-color: #DDC292; }
a { background-color: rgb(221,194,146); }
div.DivClassName
{
background-color: #DDC292;
}
.BgClassName
{
background-color: #DDC292;
}
</style>
border-color css
<style>
span { border-color: #DDC292; }
span { border-color: rgb(221,194,146); }
td.TdClassName
{
border-color: #DDC292;
}
.TagClassName
{
border-color: #DDC292;
}
</style>