Shades of Raffia #DDCCAA
Tints of Raffia #DDCCAA
RGB
CMYK
RGB Variations
Color information
#DDCCAA (or 0xDDCCAA) is known color: Raffia. HEX triplet: DD, CC and AA. RGB value is (221,204,170). Sum of RGB (Red+Green+Blue) = 221+204+170=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 204 (80.08% from 255 or 34.29% from 595); Blue value is 170 (66.80% from 255 or 28.57% from 595); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCCAA is #223355. Grayscale: #CDCDCD. Windows color (decimal): -2241366 or 11193565. OLE color: 11193565.
HSL color Cylindrical-coordinate representation of color #DDCCAA: hue angle of 40º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDCCAA is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 204 | 170 | - |
| CMYK | 0 | 0.08 | 0.23 | 0.13 |
| HSL | 40º | 0.43% | 0.77% | - |
| HSV(B) | 40º | 0.23% | 0.87% | - |
| XYZ | 58.67 | 61.46 | 46.8 | - |
| YUV | 205.21 | 108.13 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 204 | 170 | 0 | 0.08 | 0.23 | 0.13 | 40 | 0.43 | 0.77 |
| Hex | DD | CC | AA | 0 | 8 | 17 | D | 28 | 2B | 4D |
| Octal | 335 | 314 | 252 | 0 | 10 | 27 | 15 | 50 | 53 | 115 |
| Binary | 11011101 | 11001100 | 10101010 | 0 | 1000 | 10111 | 1101 | 101000 | 101011 | 1001101 |
Color Harmonies of #DDCCAA
Complementary color
Monochromatic Colors of #DDCCAA
Black with #DDCCAA
Text Example
Text Example
White with #DDCCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCCAA; }
p { color: rgb(221,204,170); }
H1.HeaderClassName
{
color: #DDCCAA;
}
.AnyTagClassName
{
color: #DDCCAA;
}
</style>
background-color css
<style>
a { background-color: #DDCCAA; }
a { background-color: rgb(221,204,170); }
div.DivClassName
{
background-color: #DDCCAA;
}
.BgClassName
{
background-color: #DDCCAA;
}
</style>
border-color css
<style>
span { border-color: #DDCCAA; }
span { border-color: rgb(221,204,170); }
td.TdClassName
{
border-color: #DDCCAA;
}
.TagClassName
{
border-color: #DDCCAA;
}
</style>