Shades of Raffia #DCC49D
Tints of Raffia #DCC49D
RGB
CMYK
RGB Variations
Color information
#DCC49D (or 0xDCC49D) is known color: Raffia. HEX triplet: DC, C4 and 9D. RGB value is (220,196,157). Sum of RGB (Red+Green+Blue) = 220+196+157=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 196 (76.95% from 255 or 34.21% from 573); Blue value is 157 (61.72% from 255 or 27.40% from 573); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC49D is #233B62. Grayscale: #C6C6C6. Windows color (decimal): -2308963 or 10339548. OLE color: 10339548.
HSL color Cylindrical-coordinate representation of color #DCC49D: hue angle of 37.14º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCC49D is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 196 | 157 | - |
| CMYK | 0 | 0.11 | 0.29 | 0.14 |
| HSL | 37.14º | 0.47% | 0.74% | - |
| HSV(B) | 37.14º | 0.29% | 0.86% | - |
| XYZ | 55.34 | 57.13 | 40.01 | - |
| YUV | 198.73 | 104.45 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 196 | 157 | 0 | 0.11 | 0.29 | 0.14 | 37.14 | 0.47 | 0.74 |
| Hex | DC | C4 | 9D | 0 | B | 1D | E | 25 | 2F | 4A |
| Octal | 334 | 304 | 235 | 0 | 13 | 35 | 16 | 45 | 57 | 112 |
| Binary | 11011100 | 11000100 | 10011101 | 0 | 1011 | 11101 | 1110 | 100101 | 101111 | 1001010 |
Color Harmonies of #DCC49D
Complementary color
Monochromatic Colors of #DCC49D
Black with #DCC49D
Text Example
Text Example
White with #DCC49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC49D; }
p { color: rgb(220,196,157); }
H1.HeaderClassName
{
color: #DCC49D;
}
.AnyTagClassName
{
color: #DCC49D;
}
</style>
background-color css
<style>
a { background-color: #DCC49D; }
a { background-color: rgb(220,196,157); }
div.DivClassName
{
background-color: #DCC49D;
}
.BgClassName
{
background-color: #DCC49D;
}
</style>
border-color css
<style>
span { border-color: #DCC49D; }
span { border-color: rgb(220,196,157); }
td.TdClassName
{
border-color: #DCC49D;
}
.TagClassName
{
border-color: #DCC49D;
}
</style>