Shades of Raffia #DCC8A9
Tints of Raffia #DCC8A9
RGB
CMYK
RGB Variations
Color information
#DCC8A9 (or 0xDCC8A9) is known color: Raffia. HEX triplet: DC, C8 and A9. RGB value is (220,200,169). Sum of RGB (Red+Green+Blue) = 220+200+169=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 200 (78.52% from 255 or 33.96% from 589); Blue value is 169 (66.41% from 255 or 28.69% from 589); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC8A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC8A9 is #233756. Grayscale: #CACACA. Windows color (decimal): -2307927 or 11127004. OLE color: 11127004.
HSL color Cylindrical-coordinate representation of color #DCC8A9: hue angle of 36.47º 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 #DCC8A9 is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 200 | 169 | - |
| CMYK | 0 | 0.09 | 0.23 | 0.14 |
| HSL | 36.47º | 0.42% | 0.76% | - |
| HSV(B) | 36.47º | 0.23% | 0.86% | - |
| XYZ | 57.33 | 59.39 | 45.98 | - |
| YUV | 202.45 | 109.13 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 200 | 169 | 0 | 0.09 | 0.23 | 0.14 | 36.47 | 0.42 | 0.76 |
| Hex | DC | C8 | A9 | 0 | 9 | 17 | E | 24 | 2A | 4C |
| Octal | 334 | 310 | 251 | 0 | 11 | 27 | 16 | 44 | 52 | 114 |
| Binary | 11011100 | 11001000 | 10101001 | 0 | 1001 | 10111 | 1110 | 100100 | 101010 | 1001100 |
Color Harmonies of #DCC8A9
Complementary color
Monochromatic Colors of #DCC8A9
Black with #DCC8A9
Text Example
Text Example
White with #DCC8A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC8A9; }
p { color: rgb(220,200,169); }
H1.HeaderClassName
{
color: #DCC8A9;
}
.AnyTagClassName
{
color: #DCC8A9;
}
</style>
background-color css
<style>
a { background-color: #DCC8A9; }
a { background-color: rgb(220,200,169); }
div.DivClassName
{
background-color: #DCC8A9;
}
.BgClassName
{
background-color: #DCC8A9;
}
</style>
border-color css
<style>
span { border-color: #DCC8A9; }
span { border-color: rgb(220,200,169); }
td.TdClassName
{
border-color: #DCC8A9;
}
.TagClassName
{
border-color: #DCC8A9;
}
</style>