Shades of Raffia #DCC49B
Tints of Raffia #DCC49B
RGB
CMYK
RGB Variations
Color information
#DCC49B (or 0xDCC49B) is known color: Raffia. HEX triplet: DC, C4 and 9B. RGB value is (220,196,155). Sum of RGB (Red+Green+Blue) = 220+196+155=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 196 (76.95% from 255 or 34.33% from 571); Blue value is 155 (60.94% from 255 or 27.15% from 571); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC49B is #233B64. Grayscale: #C6C6C6. Windows color (decimal): -2308965 or 10208476. OLE color: 10208476.
HSL color Cylindrical-coordinate representation of color #DCC49B: hue angle of 37.85º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCC49B is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 196 | 155 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.14 |
| HSL | 37.85º | 0.48% | 0.74% | - |
| HSV(B) | 37.85º | 0.3% | 0.86% | - |
| XYZ | 55.17 | 57.06 | 39.12 | - |
| YUV | 198.5 | 103.45 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 196 | 155 | 0 | 0.11 | 0.30 | 0.14 | 37.85 | 0.48 | 0.74 |
| Hex | DC | C4 | 9B | 0 | B | 1E | E | 26 | 30 | 4A |
| Octal | 334 | 304 | 233 | 0 | 13 | 36 | 16 | 46 | 60 | 112 |
| Binary | 11011100 | 11000100 | 10011011 | 0 | 1011 | 11110 | 1110 | 100110 | 110000 | 1001010 |
Color Harmonies of #DCC49B
Complementary color
Monochromatic Colors of #DCC49B
Black with #DCC49B
Text Example
Text Example
White with #DCC49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC49B; }
p { color: rgb(220,196,155); }
H1.HeaderClassName
{
color: #DCC49B;
}
.AnyTagClassName
{
color: #DCC49B;
}
</style>
background-color css
<style>
a { background-color: #DCC49B; }
a { background-color: rgb(220,196,155); }
div.DivClassName
{
background-color: #DCC49B;
}
.BgClassName
{
background-color: #DCC49B;
}
</style>
border-color css
<style>
span { border-color: #DCC49B; }
span { border-color: rgb(220,196,155); }
td.TdClassName
{
border-color: #DCC49B;
}
.TagClassName
{
border-color: #DCC49B;
}
</style>