Shades of Raffia #DCC9AC
Tints of Raffia #DCC9AC
RGB
CMYK
RGB Variations
Color information
#DCC9AC (or 0xDCC9AC) is known color: Raffia. HEX triplet: DC, C9 and AC. RGB value is (220,201,172). Sum of RGB (Red+Green+Blue) = 220+201+172=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 201 (78.91% from 255 or 33.90% from 593); Blue value is 172 (67.58% from 255 or 29.01% from 593); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC9AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC9AC is #233653. Grayscale: #CBCBCB. Windows color (decimal): -2307668 or 11323868. OLE color: 11323868.
HSL color Cylindrical-coordinate representation of color #DCC9AC: hue angle of 36.25º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCC9AC is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 201 | 172 | - |
| CMYK | 0 | 0.09 | 0.22 | 0.14 |
| HSL | 36.25º | 0.41% | 0.77% | - |
| HSV(B) | 36.25º | 0.22% | 0.86% | - |
| XYZ | 57.85 | 59.97 | 47.56 | - |
| YUV | 203.38 | 110.29 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 201 | 172 | 0 | 0.09 | 0.22 | 0.14 | 36.25 | 0.41 | 0.77 |
| Hex | DC | C9 | AC | 0 | 9 | 16 | E | 24 | 29 | 4D |
| Octal | 334 | 311 | 254 | 0 | 11 | 26 | 16 | 44 | 51 | 115 |
| Binary | 11011100 | 11001001 | 10101100 | 0 | 1001 | 10110 | 1110 | 100100 | 101001 | 1001101 |
Color Harmonies of #DCC9AC
Complementary color
Monochromatic Colors of #DCC9AC
Black with #DCC9AC
Text Example
Text Example
White with #DCC9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC9AC; }
p { color: rgb(220,201,172); }
H1.HeaderClassName
{
color: #DCC9AC;
}
.AnyTagClassName
{
color: #DCC9AC;
}
</style>
background-color css
<style>
a { background-color: #DCC9AC; }
a { background-color: rgb(220,201,172); }
div.DivClassName
{
background-color: #DCC9AC;
}
.BgClassName
{
background-color: #DCC9AC;
}
</style>
border-color css
<style>
span { border-color: #DCC9AC; }
span { border-color: rgb(220,201,172); }
td.TdClassName
{
border-color: #DCC9AC;
}
.TagClassName
{
border-color: #DCC9AC;
}
</style>