Shades of Raffia #DDC69E
Tints of Raffia #DDC69E
RGB
CMYK
RGB Variations
Color information
#DDC69E (or 0xDDC69E) is known color: Raffia. HEX triplet: DD, C6 and 9E. RGB value is (221,198,158). Sum of RGB (Red+Green+Blue) = 221+198+158=577 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.30% from 577); Green value is 198 (77.73% from 255 or 34.32% from 577); Blue value is 158 (62.11% from 255 or 27.38% from 577); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC69E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC69E is #223961. Grayscale: #C8C8C8. Windows color (decimal): -2242914 or 10405597. OLE color: 10405597.
HSL color Cylindrical-coordinate representation of color #DDC69E: hue angle of 38.1º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDC69E is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 198 | 158 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.13 |
| HSL | 38.1º | 0.48% | 0.74% | - |
| HSV(B) | 38.1º | 0.29% | 0.87% | - |
| XYZ | 56.18 | 58.23 | 40.63 | - |
| YUV | 200.32 | 104.12 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 198 | 158 | 0 | 0.10 | 0.29 | 0.13 | 38.1 | 0.48 | 0.74 |
| Hex | DD | C6 | 9E | 0 | A | 1D | D | 26 | 30 | 4A |
| Octal | 335 | 306 | 236 | 0 | 12 | 35 | 15 | 46 | 60 | 112 |
| Binary | 11011101 | 11000110 | 10011110 | 0 | 1010 | 11101 | 1101 | 100110 | 110000 | 1001010 |
Color Harmonies of #DDC69E
Complementary color
Monochromatic Colors of #DDC69E
Black with #DDC69E
Text Example
Text Example
White with #DDC69E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC69E; }
p { color: rgb(221,198,158); }
H1.HeaderClassName
{
color: #DDC69E;
}
.AnyTagClassName
{
color: #DDC69E;
}
</style>
background-color css
<style>
a { background-color: #DDC69E; }
a { background-color: rgb(221,198,158); }
div.DivClassName
{
background-color: #DDC69E;
}
.BgClassName
{
background-color: #DDC69E;
}
</style>
border-color css
<style>
span { border-color: #DDC69E; }
span { border-color: rgb(221,198,158); }
td.TdClassName
{
border-color: #DDC69E;
}
.TagClassName
{
border-color: #DDC69E;
}
</style>