Shades of Raffia #DCCCA8
Tints of Raffia #DCCCA8
RGB
CMYK
RGB Variations
Color information
#DCCCA8 (or 0xDCCCA8) is known color: Raffia. HEX triplet: DC, CC and A8. RGB value is (220,204,168). Sum of RGB (Red+Green+Blue) = 220+204+168=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 204 (80.08% from 255 or 34.46% from 592); Blue value is 168 (66.02% from 255 or 28.38% from 592); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCCA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCCA8 is #233357. Grayscale: #CCCCCC. Windows color (decimal): -2306904 or 11062492. OLE color: 11062492.
HSL color Cylindrical-coordinate representation of color #DCCCA8: hue angle of 41.54º 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 #DCCCA8 is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 204 | 168 | - |
| CMYK | 0 | 0.07 | 0.24 | 0.14 |
| HSL | 41.54º | 0.43% | 0.76% | - |
| HSV(B) | 41.54º | 0.24% | 0.86% | - |
| XYZ | 58.18 | 61.23 | 45.8 | - |
| YUV | 204.68 | 107.3 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 204 | 168 | 0 | 0.07 | 0.24 | 0.14 | 41.54 | 0.43 | 0.76 |
| Hex | DC | CC | A8 | 0 | 7 | 18 | E | 2A | 2B | 4C |
| Octal | 334 | 314 | 250 | 0 | 7 | 30 | 16 | 52 | 53 | 114 |
| Binary | 11011100 | 11001100 | 10101000 | 0 | 111 | 11000 | 1110 | 101010 | 101011 | 1001100 |
Color Harmonies of #DCCCA8
Complementary color
Monochromatic Colors of #DCCCA8
Black with #DCCCA8
Text Example
Text Example
White with #DCCCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCCA8; }
p { color: rgb(220,204,168); }
H1.HeaderClassName
{
color: #DCCCA8;
}
.AnyTagClassName
{
color: #DCCCA8;
}
</style>
background-color css
<style>
a { background-color: #DCCCA8; }
a { background-color: rgb(220,204,168); }
div.DivClassName
{
background-color: #DCCCA8;
}
.BgClassName
{
background-color: #DCCCA8;
}
</style>
border-color css
<style>
span { border-color: #DCCCA8; }
span { border-color: rgb(220,204,168); }
td.TdClassName
{
border-color: #DCCCA8;
}
.TagClassName
{
border-color: #DCCCA8;
}
</style>