Shades of Raffia #DCCAAA
Tints of Raffia #DCCAAA
RGB
CMYK
RGB Variations
Color information
#DCCAAA (or 0xDCCAAA) is known color: Raffia. HEX triplet: DC, CA and AA. RGB value is (220,202,170). Sum of RGB (Red+Green+Blue) = 220+202+170=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 202 (79.30% from 255 or 34.12% from 592); Blue value is 170 (66.80% from 255 or 28.72% from 592); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCAAA is #233555. Grayscale: #CBCBCB. Windows color (decimal): -2307414 or 11193052. OLE color: 11193052.
HSL color Cylindrical-coordinate representation of color #DCCAAA: hue angle of 38.4º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCCAAA is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 202 | 170 | - |
| CMYK | 0 | 0.08 | 0.23 | 0.14 |
| HSL | 38.4º | 0.42% | 0.76% | - |
| HSV(B) | 38.4º | 0.23% | 0.86% | - |
| XYZ | 57.89 | 60.36 | 46.63 | - |
| YUV | 203.73 | 108.96 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 202 | 170 | 0 | 0.08 | 0.23 | 0.14 | 38.4 | 0.42 | 0.76 |
| Hex | DC | CA | AA | 0 | 8 | 17 | E | 26 | 2A | 4C |
| Octal | 334 | 312 | 252 | 0 | 10 | 27 | 16 | 46 | 52 | 114 |
| Binary | 11011100 | 11001010 | 10101010 | 0 | 1000 | 10111 | 1110 | 100110 | 101010 | 1001100 |
Color Harmonies of #DCCAAA
Complementary color
Monochromatic Colors of #DCCAAA
Black with #DCCAAA
Text Example
Text Example
White with #DCCAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCAAA; }
p { color: rgb(220,202,170); }
H1.HeaderClassName
{
color: #DCCAAA;
}
.AnyTagClassName
{
color: #DCCAAA;
}
</style>
background-color css
<style>
a { background-color: #DCCAAA; }
a { background-color: rgb(220,202,170); }
div.DivClassName
{
background-color: #DCCAAA;
}
.BgClassName
{
background-color: #DCCAAA;
}
</style>
border-color css
<style>
span { border-color: #DCCAAA; }
span { border-color: rgb(220,202,170); }
td.TdClassName
{
border-color: #DCCAAA;
}
.TagClassName
{
border-color: #DCCAAA;
}
</style>