Shades of Raffia #DDC69F
Tints of Raffia #DDC69F
RGB
CMYK
RGB Variations
Color information
#DDC69F (or 0xDDC69F) is known color: Raffia. HEX triplet: DD, C6 and 9F. RGB value is (221,198,159). Sum of RGB (Red+Green+Blue) = 221+198+159=578 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.24% from 578); Green value is 198 (77.73% from 255 or 34.26% from 578); Blue value is 159 (62.5% from 255 or 27.51% from 578); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC69F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC69F is #223960. Grayscale: #C8C8C8. Windows color (decimal): -2242913 or 10471133. OLE color: 10471133.
HSL color Cylindrical-coordinate representation of color #DDC69F: hue angle of 37.74º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDC69F is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 198 | 159 | - |
| CMYK | 0 | 0.10 | 0.28 | 0.13 |
| HSL | 37.74º | 0.48% | 0.75% | - |
| HSV(B) | 37.74º | 0.28% | 0.87% | - |
| XYZ | 56.27 | 58.26 | 41.08 | - |
| YUV | 200.43 | 104.62 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 198 | 159 | 0 | 0.10 | 0.28 | 0.13 | 37.74 | 0.48 | 0.75 |
| Hex | DD | C6 | 9F | 0 | A | 1C | D | 26 | 30 | 4B |
| Octal | 335 | 306 | 237 | 0 | 12 | 34 | 15 | 46 | 60 | 113 |
| Binary | 11011101 | 11000110 | 10011111 | 0 | 1010 | 11100 | 1101 | 100110 | 110000 | 1001011 |
Color Harmonies of #DDC69F
Complementary color
Monochromatic Colors of #DDC69F
Black with #DDC69F
Text Example
Text Example
White with #DDC69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC69F; }
p { color: rgb(221,198,159); }
H1.HeaderClassName
{
color: #DDC69F;
}
.AnyTagClassName
{
color: #DDC69F;
}
</style>
background-color css
<style>
a { background-color: #DDC69F; }
a { background-color: rgb(221,198,159); }
div.DivClassName
{
background-color: #DDC69F;
}
.BgClassName
{
background-color: #DDC69F;
}
</style>
border-color css
<style>
span { border-color: #DDC69F; }
span { border-color: rgb(221,198,159); }
td.TdClassName
{
border-color: #DDC69F;
}
.TagClassName
{
border-color: #DDC69F;
}
</style>