Shades of Raffia #DCC6A8
Tints of Raffia #DCC6A8
RGB
CMYK
RGB Variations
Color information
#DCC6A8 (or 0xDCC6A8) is known color: Raffia. HEX triplet: DC, C6 and A8. RGB value is (220,198,168). Sum of RGB (Red+Green+Blue) = 220+198+168=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 198 (77.73% from 255 or 33.79% from 586); Blue value is 168 (66.02% from 255 or 28.67% from 586); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC6A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC6A8 is #233957. Grayscale: #C9C9C9. Windows color (decimal): -2308440 or 11060956. OLE color: 11060956.
HSL color Cylindrical-coordinate representation of color #DCC6A8: hue angle of 34.62º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCC6A8 is Cyan = 0, Magento = 0.1, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 198 | 168 | - |
| CMYK | 0 | 0.1 | 0.24 | 0.14 |
| HSL | 34.62º | 0.43% | 0.76% | - |
| HSV(B) | 34.62º | 0.24% | 0.86% | - |
| XYZ | 56.78 | 58.43 | 45.33 | - |
| YUV | 201.16 | 109.29 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 198 | 168 | 0 | 0.1 | 0.24 | 0.14 | 34.62 | 0.43 | 0.76 |
| Hex | DC | C6 | A8 | 0 | A | 18 | E | 23 | 2B | 4C |
| Octal | 334 | 306 | 250 | 0 | 12 | 30 | 16 | 43 | 53 | 114 |
| Binary | 11011100 | 11000110 | 10101000 | 0 | 1010 | 11000 | 1110 | 100011 | 101011 | 1001100 |
Color Harmonies of #DCC6A8
Complementary color
Monochromatic Colors of #DCC6A8
Black with #DCC6A8
Text Example
Text Example
White with #DCC6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC6A8; }
p { color: rgb(220,198,168); }
H1.HeaderClassName
{
color: #DCC6A8;
}
.AnyTagClassName
{
color: #DCC6A8;
}
</style>
background-color css
<style>
a { background-color: #DCC6A8; }
a { background-color: rgb(220,198,168); }
div.DivClassName
{
background-color: #DCC6A8;
}
.BgClassName
{
background-color: #DCC6A8;
}
</style>
border-color css
<style>
span { border-color: #DCC6A8; }
span { border-color: rgb(220,198,168); }
td.TdClassName
{
border-color: #DCC6A8;
}
.TagClassName
{
border-color: #DCC6A8;
}
</style>