Shades of Raffia #DDC099
Tints of Raffia #DDC099
RGB
CMYK
RGB Variations
Color information
#DDC099 (or 0xDDC099) is known color: Raffia. HEX triplet: DD, C0 and 99. RGB value is (221,192,153). Sum of RGB (Red+Green+Blue) = 221+192+153=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 192 (75.39% from 255 or 33.92% from 566); Blue value is 153 (60.16% from 255 or 27.03% from 566); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC099 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC099 is #223F66. Grayscale: #C4C4C4. Windows color (decimal): -2244455 or 10076381. OLE color: 10076381.
HSL color Cylindrical-coordinate representation of color #DDC099: hue angle of 34.41º 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 #DDC099 is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 192 | 153 | - |
| CMYK | 0 | 0.13 | 0.31 | 0.13 |
| HSL | 34.41º | 0.5% | 0.73% | - |
| HSV(B) | 34.41º | 0.31% | 0.87% | - |
| XYZ | 54.42 | 55.37 | 37.96 | - |
| YUV | 196.23 | 103.61 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 192 | 153 | 0 | 0.13 | 0.31 | 0.13 | 34.41 | 0.5 | 0.73 |
| Hex | DD | C0 | 99 | 0 | D | 1F | D | 22 | 32 | 49 |
| Octal | 335 | 300 | 231 | 0 | 15 | 37 | 15 | 42 | 62 | 111 |
| Binary | 11011101 | 11000000 | 10011001 | 0 | 1101 | 11111 | 1101 | 100010 | 110010 | 1001001 |
Color Harmonies of #DDC099
Complementary color
Monochromatic Colors of #DDC099
Black with #DDC099
Text Example
Text Example
White with #DDC099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC099; }
p { color: rgb(221,192,153); }
H1.HeaderClassName
{
color: #DDC099;
}
.AnyTagClassName
{
color: #DDC099;
}
</style>
background-color css
<style>
a { background-color: #DDC099; }
a { background-color: rgb(221,192,153); }
div.DivClassName
{
background-color: #DDC099;
}
.BgClassName
{
background-color: #DDC099;
}
</style>
border-color css
<style>
span { border-color: #DDC099; }
span { border-color: rgb(221,192,153); }
td.TdClassName
{
border-color: #DDC099;
}
.TagClassName
{
border-color: #DDC099;
}
</style>