Shades of Raffia #DDC5A4
Tints of Raffia #DDC5A4
RGB
CMYK
RGB Variations
Color information
#DDC5A4 (or 0xDDC5A4) is known color: Raffia. HEX triplet: DD, C5 and A4. RGB value is (221,197,164). Sum of RGB (Red+Green+Blue) = 221+197+164=582 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.97% from 582); Green value is 197 (77.34% from 255 or 33.85% from 582); Blue value is 164 (64.45% from 255 or 28.18% from 582); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC5A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC5A4 is #223A5B. Grayscale: #C8C8C8. Windows color (decimal): -2243164 or 10798557. OLE color: 10798557.
HSL color Cylindrical-coordinate representation of color #DDC5A4: hue angle of 34.74º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DDC5A4 is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 197 | 164 | - |
| CMYK | 0 | 0.11 | 0.26 | 0.13 |
| HSL | 34.74º | 0.46% | 0.75% | - |
| HSV(B) | 34.74º | 0.26% | 0.87% | - |
| XYZ | 56.49 | 57.99 | 43.34 | - |
| YUV | 200.41 | 107.45 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 164 | 0 | 0.11 | 0.26 | 0.13 | 34.74 | 0.46 | 0.75 |
| Hex | DD | C5 | A4 | 0 | B | 1A | D | 23 | 2E | 4B |
| Octal | 335 | 305 | 244 | 0 | 13 | 32 | 15 | 43 | 56 | 113 |
| Binary | 11011101 | 11000101 | 10100100 | 0 | 1011 | 11010 | 1101 | 100011 | 101110 | 1001011 |
Color Harmonies of #DDC5A4
Complementary color
Monochromatic Colors of #DDC5A4
Black with #DDC5A4
Text Example
Text Example
White with #DDC5A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC5A4; }
p { color: rgb(221,197,164); }
H1.HeaderClassName
{
color: #DDC5A4;
}
.AnyTagClassName
{
color: #DDC5A4;
}
</style>
background-color css
<style>
a { background-color: #DDC5A4; }
a { background-color: rgb(221,197,164); }
div.DivClassName
{
background-color: #DDC5A4;
}
.BgClassName
{
background-color: #DDC5A4;
}
</style>
border-color css
<style>
span { border-color: #DDC5A4; }
span { border-color: rgb(221,197,164); }
td.TdClassName
{
border-color: #DDC5A4;
}
.TagClassName
{
border-color: #DDC5A4;
}
</style>