Shades of Raffia #DDC498
Tints of Raffia #DDC498
RGB
CMYK
RGB Variations
Color information
#DDC498 (or 0xDDC498) is known color: Raffia. HEX triplet: DD, C4 and 98. RGB value is (221,196,152). Sum of RGB (Red+Green+Blue) = 221+196+152=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 196 (76.95% from 255 or 34.45% from 569); Blue value is 152 (59.77% from 255 or 26.71% from 569); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC498 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC498 is #223B67. Grayscale: #C6C6C6. Windows color (decimal): -2243432 or 10011869. OLE color: 10011869.
HSL color Cylindrical-coordinate representation of color #DDC498: hue angle of 38.26º 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 #DDC498 is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 196 | 152 | - |
| CMYK | 0 | 0.11 | 0.31 | 0.13 |
| HSL | 38.26º | 0.5% | 0.73% | - |
| HSV(B) | 38.26º | 0.31% | 0.87% | - |
| XYZ | 55.23 | 57.12 | 37.82 | - |
| YUV | 198.46 | 101.78 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 196 | 152 | 0 | 0.11 | 0.31 | 0.13 | 38.26 | 0.5 | 0.73 |
| Hex | DD | C4 | 98 | 0 | B | 1F | D | 26 | 32 | 49 |
| Octal | 335 | 304 | 230 | 0 | 13 | 37 | 15 | 46 | 62 | 111 |
| Binary | 11011101 | 11000100 | 10011000 | 0 | 1011 | 11111 | 1101 | 100110 | 110010 | 1001001 |
Color Harmonies of #DDC498
Complementary color
Monochromatic Colors of #DDC498
Black with #DDC498
Text Example
Text Example
White with #DDC498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC498; }
p { color: rgb(221,196,152); }
H1.HeaderClassName
{
color: #DDC498;
}
.AnyTagClassName
{
color: #DDC498;
}
</style>
background-color css
<style>
a { background-color: #DDC498; }
a { background-color: rgb(221,196,152); }
div.DivClassName
{
background-color: #DDC498;
}
.BgClassName
{
background-color: #DDC498;
}
</style>
border-color css
<style>
span { border-color: #DDC498; }
span { border-color: rgb(221,196,152); }
td.TdClassName
{
border-color: #DDC498;
}
.TagClassName
{
border-color: #DDC498;
}
</style>