Shades of Raffia #DDC198
Tints of Raffia #DDC198
RGB
CMYK
RGB Variations
Color information
#DDC198 (or 0xDDC198) is known color: Raffia. HEX triplet: DD, C1 and 98. RGB value is (221,193,152). Sum of RGB (Red+Green+Blue) = 221+193+152=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 193 (75.78% from 255 or 34.10% from 566); Blue value is 152 (59.77% from 255 or 26.86% from 566); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC198 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC198 is #223E67. Grayscale: #C4C4C4. Windows color (decimal): -2244200 or 10011101. OLE color: 10011101.
HSL color Cylindrical-coordinate representation of color #DDC198: hue angle of 35.65º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DDC198 is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 193 | 152 | - |
| CMYK | 0 | 0.13 | 0.31 | 0.13 |
| HSL | 35.65º | 0.5% | 0.73% | - |
| HSV(B) | 35.65º | 0.31% | 0.87% | - |
| XYZ | 54.56 | 55.78 | 37.6 | - |
| YUV | 196.7 | 102.78 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 193 | 152 | 0 | 0.13 | 0.31 | 0.13 | 35.65 | 0.5 | 0.73 |
| Hex | DD | C1 | 98 | 0 | D | 1F | D | 24 | 32 | 49 |
| Octal | 335 | 301 | 230 | 0 | 15 | 37 | 15 | 44 | 62 | 111 |
| Binary | 11011101 | 11000001 | 10011000 | 0 | 1101 | 11111 | 1101 | 100100 | 110010 | 1001001 |
Color Harmonies of #DDC198
Complementary color
Monochromatic Colors of #DDC198
Black with #DDC198
Text Example
Text Example
White with #DDC198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC198; }
p { color: rgb(221,193,152); }
H1.HeaderClassName
{
color: #DDC198;
}
.AnyTagClassName
{
color: #DDC198;
}
</style>
background-color css
<style>
a { background-color: #DDC198; }
a { background-color: rgb(221,193,152); }
div.DivClassName
{
background-color: #DDC198;
}
.BgClassName
{
background-color: #DDC198;
}
</style>
border-color css
<style>
span { border-color: #DDC198; }
span { border-color: rgb(221,193,152); }
td.TdClassName
{
border-color: #DDC198;
}
.TagClassName
{
border-color: #DDC198;
}
</style>