Shades of Raffia #DDCBA4
Tints of Raffia #DDCBA4
RGB
CMYK
RGB Variations
Color information
#DDCBA4 (or 0xDDCBA4) is known color: Raffia. HEX triplet: DD, CB and A4. RGB value is (221,203,164). Sum of RGB (Red+Green+Blue) = 221+203+164=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 203 (79.69% from 255 or 34.52% from 588); Blue value is 164 (64.45% from 255 or 27.89% from 588); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCBA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCBA4 is #22345B. Grayscale: #CCCCCC. Windows color (decimal): -2241628 or 10800093. OLE color: 10800093.
HSL color Cylindrical-coordinate representation of color #DDCBA4: hue angle of 41.05º 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 #DDCBA4 is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 203 | 164 | - |
| CMYK | 0 | 0.08 | 0.26 | 0.13 |
| HSL | 41.05º | 0.46% | 0.75% | - |
| HSV(B) | 41.05º | 0.26% | 0.87% | - |
| XYZ | 57.88 | 60.76 | 43.8 | - |
| YUV | 203.94 | 105.46 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 203 | 164 | 0 | 0.08 | 0.26 | 0.13 | 41.05 | 0.46 | 0.75 |
| Hex | DD | CB | A4 | 0 | 8 | 1A | D | 29 | 2E | 4B |
| Octal | 335 | 313 | 244 | 0 | 10 | 32 | 15 | 51 | 56 | 113 |
| Binary | 11011101 | 11001011 | 10100100 | 0 | 1000 | 11010 | 1101 | 101001 | 101110 | 1001011 |
Color Harmonies of #DDCBA4
Complementary color
Monochromatic Colors of #DDCBA4
Black with #DDCBA4
Text Example
Text Example
White with #DDCBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCBA4; }
p { color: rgb(221,203,164); }
H1.HeaderClassName
{
color: #DDCBA4;
}
.AnyTagClassName
{
color: #DDCBA4;
}
</style>
background-color css
<style>
a { background-color: #DDCBA4; }
a { background-color: rgb(221,203,164); }
div.DivClassName
{
background-color: #DDCBA4;
}
.BgClassName
{
background-color: #DDCBA4;
}
</style>
border-color css
<style>
span { border-color: #DDCBA4; }
span { border-color: rgb(221,203,164); }
td.TdClassName
{
border-color: #DDCBA4;
}
.TagClassName
{
border-color: #DDCBA4;
}
</style>