Shades of Raffia #DDC89C
Tints of Raffia #DDC89C
RGB
CMYK
RGB Variations
Color information
#DDC89C (or 0xDDC89C) is known color: Raffia. HEX triplet: DD, C8 and 9C. RGB value is (221,200,156). Sum of RGB (Red+Green+Blue) = 221+200+156=577 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.30% from 577); Green value is 200 (78.52% from 255 or 34.66% from 577); Blue value is 156 (61.33% from 255 or 27.04% from 577); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC89C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC89C is #223763. Grayscale: #C9C9C9. Windows color (decimal): -2242404 or 10275037. OLE color: 10275037.
HSL color Cylindrical-coordinate representation of color #DDC89C: hue angle of 40.62º degrees, saturation: 0.49, 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 #DDC89C is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 200 | 156 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.13 |
| HSL | 40.62º | 0.49% | 0.74% | - |
| HSV(B) | 40.62º | 0.29% | 0.87% | - |
| XYZ | 56.47 | 59.08 | 39.88 | - |
| YUV | 201.26 | 102.46 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 200 | 156 | 0 | 0.10 | 0.29 | 0.13 | 40.62 | 0.49 | 0.74 |
| Hex | DD | C8 | 9C | 0 | A | 1D | D | 29 | 31 | 4A |
| Octal | 335 | 310 | 234 | 0 | 12 | 35 | 15 | 51 | 61 | 112 |
| Binary | 11011101 | 11001000 | 10011100 | 0 | 1010 | 11101 | 1101 | 101001 | 110001 | 1001010 |
Color Harmonies of #DDC89C
Complementary color
Monochromatic Colors of #DDC89C
Black with #DDC89C
Text Example
Text Example
White with #DDC89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC89C; }
p { color: rgb(221,200,156); }
H1.HeaderClassName
{
color: #DDC89C;
}
.AnyTagClassName
{
color: #DDC89C;
}
</style>
background-color css
<style>
a { background-color: #DDC89C; }
a { background-color: rgb(221,200,156); }
div.DivClassName
{
background-color: #DDC89C;
}
.BgClassName
{
background-color: #DDC89C;
}
</style>
border-color css
<style>
span { border-color: #DDC89C; }
span { border-color: rgb(221,200,156); }
td.TdClassName
{
border-color: #DDC89C;
}
.TagClassName
{
border-color: #DDC89C;
}
</style>