Shades of Raffia #DCC49F
Tints of Raffia #DCC49F
RGB
CMYK
RGB Variations
Color information
#DCC49F (or 0xDCC49F) is known color: Raffia. HEX triplet: DC, C4 and 9F. RGB value is (220,196,159). Sum of RGB (Red+Green+Blue) = 220+196+159=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 196 (76.95% from 255 or 34.09% from 575); Blue value is 159 (62.5% from 255 or 27.65% from 575); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC49F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC49F is #233B60. Grayscale: #C7C7C7. Windows color (decimal): -2308961 or 10470620. OLE color: 10470620.
HSL color Cylindrical-coordinate representation of color #DCC49F: hue angle of 36.39º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCC49F is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 196 | 159 | - |
CMYK | 0 | 0.11 | 0.28 | 0.14 |
HSL | 36.39º | 0.47% | 0.74% | - |
HSV(B) | 36.39º | 0.28% | 0.86% | - |
XYZ | 55.51 | 57.2 | 40.92 | - |
YUV | 198.96 | 105.45 | 143.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 196 | 159 | 0 | 0.11 | 0.28 | 0.14 | 36.39 | 0.47 | 0.74 |
Hex | DC | C4 | 9F | 0 | B | 1C | E | 24 | 2F | 4A |
Octal | 334 | 304 | 237 | 0 | 13 | 34 | 16 | 44 | 57 | 112 |
Binary | 11011100 | 11000100 | 10011111 | 0 | 1011 | 11100 | 1110 | 100100 | 101111 | 1001010 |
Color Harmonies of #DCC49F
Complementary color
Monochromatic Colors of #DCC49F
Black with #DCC49F
Text Example
Text Example
White with #DCC49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC49F; }
p { color: rgb(220,196,159); }
H1.HeaderClassName
{
color: #DCC49F;
}
.AnyTagClassName
{
color: #DCC49F;
}
</style>
background-color css
<style>
a { background-color: #DCC49F; }
a { background-color: rgb(220,196,159); }
div.DivClassName
{
background-color: #DCC49F;
}
.BgClassName
{
background-color: #DCC49F;
}
</style>
border-color css
<style>
span { border-color: #DCC49F; }
span { border-color: rgb(220,196,159); }
td.TdClassName
{
border-color: #DCC49F;
}
.TagClassName
{
border-color: #DCC49F;
}
</style>