Shades of Raffia #DCC394
Tints of Raffia #DCC394
RGB
CMYK
RGB Variations
Color information
#DCC394 (or 0xDCC394) is known color: Raffia. HEX triplet: DC, C3 and 94. RGB value is (220,195,148). Sum of RGB (Red+Green+Blue) = 220+195+148=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 195 (76.56% from 255 or 34.64% from 563); Blue value is 148 (58.20% from 255 or 26.29% from 563); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC394 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC394 is #233C6B. Grayscale: #C5C5C5. Windows color (decimal): -2309228 or 9749468. OLE color: 9749468.
HSL color Cylindrical-coordinate representation of color #DCC394: hue angle of 39.17º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DCC394 is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 195 | 148 | - |
| CMYK | 0 | 0.11 | 0.33 | 0.14 |
| HSL | 39.17º | 0.51% | 0.72% | - |
| HSV(B) | 39.17º | 0.33% | 0.86% | - |
| XYZ | 54.38 | 56.38 | 36.03 | - |
| YUV | 197.12 | 100.28 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 195 | 148 | 0 | 0.11 | 0.33 | 0.14 | 39.17 | 0.51 | 0.72 |
| Hex | DC | C3 | 94 | 0 | B | 21 | E | 27 | 33 | 48 |
| Octal | 334 | 303 | 224 | 0 | 13 | 41 | 16 | 47 | 63 | 110 |
| Binary | 11011100 | 11000011 | 10010100 | 0 | 1011 | 100001 | 1110 | 100111 | 110011 | 1001000 |
Color Harmonies of #DCC394
Complementary color
Monochromatic Colors of #DCC394
Black with #DCC394
Text Example
Text Example
White with #DCC394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC394; }
p { color: rgb(220,195,148); }
H1.HeaderClassName
{
color: #DCC394;
}
.AnyTagClassName
{
color: #DCC394;
}
</style>
background-color css
<style>
a { background-color: #DCC394; }
a { background-color: rgb(220,195,148); }
div.DivClassName
{
background-color: #DCC394;
}
.BgClassName
{
background-color: #DCC394;
}
</style>
border-color css
<style>
span { border-color: #DCC394; }
span { border-color: rgb(220,195,148); }
td.TdClassName
{
border-color: #DCC394;
}
.TagClassName
{
border-color: #DCC394;
}
</style>