Shades of Raffia #DDC89D
Tints of Raffia #DDC89D
RGB
CMYK
RGB Variations
Color information
#DDC89D (or 0xDDC89D) is known color: Raffia. HEX triplet: DD, C8 and 9D. RGB value is (221,200,157). Sum of RGB (Red+Green+Blue) = 221+200+157=578 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.24% from 578); Green value is 200 (78.52% from 255 or 34.60% from 578); Blue value is 157 (61.72% from 255 or 27.16% from 578); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC89D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC89D is #223762. Grayscale: #C9C9C9. Windows color (decimal): -2242403 or 10340573. OLE color: 10340573.
HSL color Cylindrical-coordinate representation of color #DDC89D: hue angle of 40.31º 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 #DDC89D is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 200 | 157 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.13 |
| HSL | 40.31º | 0.48% | 0.74% | - |
| HSV(B) | 40.31º | 0.29% | 0.87% | - |
| XYZ | 56.56 | 59.12 | 40.33 | - |
| YUV | 201.38 | 102.96 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 200 | 157 | 0 | 0.10 | 0.29 | 0.13 | 40.31 | 0.48 | 0.74 |
| Hex | DD | C8 | 9D | 0 | A | 1D | D | 28 | 30 | 4A |
| Octal | 335 | 310 | 235 | 0 | 12 | 35 | 15 | 50 | 60 | 112 |
| Binary | 11011101 | 11001000 | 10011101 | 0 | 1010 | 11101 | 1101 | 101000 | 110000 | 1001010 |
Color Harmonies of #DDC89D
Complementary color
Monochromatic Colors of #DDC89D
Black with #DDC89D
Text Example
Text Example
White with #DDC89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC89D; }
p { color: rgb(221,200,157); }
H1.HeaderClassName
{
color: #DDC89D;
}
.AnyTagClassName
{
color: #DDC89D;
}
</style>
background-color css
<style>
a { background-color: #DDC89D; }
a { background-color: rgb(221,200,157); }
div.DivClassName
{
background-color: #DDC89D;
}
.BgClassName
{
background-color: #DDC89D;
}
</style>
border-color css
<style>
span { border-color: #DDC89D; }
span { border-color: rgb(221,200,157); }
td.TdClassName
{
border-color: #DDC89D;
}
.TagClassName
{
border-color: #DDC89D;
}
</style>