Shades of Raffia #DCC9A9
Tints of Raffia #DCC9A9
RGB
CMYK
RGB Variations
Color information
#DCC9A9 (or 0xDCC9A9) is known color: Raffia. HEX triplet: DC, C9 and A9. RGB value is (220,201,169). Sum of RGB (Red+Green+Blue) = 220+201+169=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 201 (78.91% from 255 or 34.07% from 590); Blue value is 169 (66.41% from 255 or 28.64% from 590); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC9A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC9A9 is #233656. Grayscale: #CBCBCB. Windows color (decimal): -2307671 or 11127260. OLE color: 11127260.
HSL color Cylindrical-coordinate representation of color #DCC9A9: hue angle of 37.65º 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 #DCC9A9 is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 201 | 169 | - |
| CMYK | 0 | 0.09 | 0.23 | 0.14 |
| HSL | 37.65º | 0.42% | 0.76% | - |
| HSV(B) | 37.65º | 0.23% | 0.86% | - |
| XYZ | 57.56 | 59.85 | 46.06 | - |
| YUV | 203.03 | 108.79 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 201 | 169 | 0 | 0.09 | 0.23 | 0.14 | 37.65 | 0.42 | 0.76 |
| Hex | DC | C9 | A9 | 0 | 9 | 17 | E | 26 | 2A | 4C |
| Octal | 334 | 311 | 251 | 0 | 11 | 27 | 16 | 46 | 52 | 114 |
| Binary | 11011100 | 11001001 | 10101001 | 0 | 1001 | 10111 | 1110 | 100110 | 101010 | 1001100 |
Color Harmonies of #DCC9A9
Complementary color
Monochromatic Colors of #DCC9A9
Black with #DCC9A9
Text Example
Text Example
White with #DCC9A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC9A9; }
p { color: rgb(220,201,169); }
H1.HeaderClassName
{
color: #DCC9A9;
}
.AnyTagClassName
{
color: #DCC9A9;
}
</style>
background-color css
<style>
a { background-color: #DCC9A9; }
a { background-color: rgb(220,201,169); }
div.DivClassName
{
background-color: #DCC9A9;
}
.BgClassName
{
background-color: #DCC9A9;
}
</style>
border-color css
<style>
span { border-color: #DCC9A9; }
span { border-color: rgb(220,201,169); }
td.TdClassName
{
border-color: #DCC9A9;
}
.TagClassName
{
border-color: #DCC9A9;
}
</style>