Shades of Raffia #DDCAAA
Tints of Raffia #DDCAAA
RGB
CMYK
RGB Variations
Color information
#DDCAAA (or 0xDDCAAA) is known color: Raffia. HEX triplet: DD, CA and AA. RGB value is (221,202,170). Sum of RGB (Red+Green+Blue) = 221+202+170=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 202 (79.30% from 255 or 34.06% from 593); Blue value is 170 (66.80% from 255 or 28.67% from 593); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCAAA is #223555. Grayscale: #CCCCCC. Windows color (decimal): -2241878 or 11193053. OLE color: 11193053.
HSL color Cylindrical-coordinate representation of color #DDCAAA: hue angle of 37.65º 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 #DDCAAA is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 202 | 170 | - |
CMYK | 0 | 0.09 | 0.23 | 0.13 |
HSL | 37.65º | 0.43% | 0.77% | - |
HSV(B) | 37.65º | 0.23% | 0.87% | - |
XYZ | 58.2 | 60.52 | 46.64 | - |
YUV | 204.03 | 108.79 | 140.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 202 | 170 | 0 | 0.09 | 0.23 | 0.13 | 37.65 | 0.43 | 0.77 |
Hex | DD | CA | AA | 0 | 9 | 17 | D | 26 | 2B | 4D |
Octal | 335 | 312 | 252 | 0 | 11 | 27 | 15 | 46 | 53 | 115 |
Binary | 11011101 | 11001010 | 10101010 | 0 | 1001 | 10111 | 1101 | 100110 | 101011 | 1001101 |
Color Harmonies of #DDCAAA
Complementary color
Monochromatic Colors of #DDCAAA
Black with #DDCAAA
Text Example
Text Example
White with #DDCAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCAAA; }
p { color: rgb(221,202,170); }
H1.HeaderClassName
{
color: #DDCAAA;
}
.AnyTagClassName
{
color: #DDCAAA;
}
</style>
background-color css
<style>
a { background-color: #DDCAAA; }
a { background-color: rgb(221,202,170); }
div.DivClassName
{
background-color: #DDCAAA;
}
.BgClassName
{
background-color: #DDCAAA;
}
</style>
border-color css
<style>
span { border-color: #DDCAAA; }
span { border-color: rgb(221,202,170); }
td.TdClassName
{
border-color: #DDCAAA;
}
.TagClassName
{
border-color: #DDCAAA;
}
</style>