Shades of Raffia #DDC89A
Tints of Raffia #DDC89A
RGB
CMYK
RGB Variations
Color information
#DDC89A (or 0xDDC89A) is known color: Raffia. HEX triplet: DD, C8 and 9A. RGB value is (221,200,154). Sum of RGB (Red+Green+Blue) = 221+200+154=575 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.43% from 575); Green value is 200 (78.52% from 255 or 34.78% from 575); Blue value is 154 (60.55% from 255 or 26.78% from 575); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC89A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC89A is #223765. Grayscale: #C9C9C9. Windows color (decimal): -2242406 or 10143965. OLE color: 10143965.
HSL color Cylindrical-coordinate representation of color #DDC89A: hue angle of 41.19º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDC89A is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 200 | 154 | - |
| CMYK | 0 | 0.10 | 0.30 | 0.13 |
| HSL | 41.19º | 0.5% | 0.74% | - |
| HSV(B) | 41.19º | 0.3% | 0.87% | - |
| XYZ | 56.31 | 59.01 | 39 | - |
| YUV | 201.04 | 101.46 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 200 | 154 | 0 | 0.10 | 0.30 | 0.13 | 41.19 | 0.5 | 0.74 |
| Hex | DD | C8 | 9A | 0 | A | 1E | D | 29 | 32 | 4A |
| Octal | 335 | 310 | 232 | 0 | 12 | 36 | 15 | 51 | 62 | 112 |
| Binary | 11011101 | 11001000 | 10011010 | 0 | 1010 | 11110 | 1101 | 101001 | 110010 | 1001010 |
Color Harmonies of #DDC89A
Complementary color
Monochromatic Colors of #DDC89A
Black with #DDC89A
Text Example
Text Example
White with #DDC89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC89A; }
p { color: rgb(221,200,154); }
H1.HeaderClassName
{
color: #DDC89A;
}
.AnyTagClassName
{
color: #DDC89A;
}
</style>
background-color css
<style>
a { background-color: #DDC89A; }
a { background-color: rgb(221,200,154); }
div.DivClassName
{
background-color: #DDC89A;
}
.BgClassName
{
background-color: #DDC89A;
}
</style>
border-color css
<style>
span { border-color: #DDC89A; }
span { border-color: rgb(221,200,154); }
td.TdClassName
{
border-color: #DDC89A;
}
.TagClassName
{
border-color: #DDC89A;
}
</style>