Shades of Raffia #DCC39F
Tints of Raffia #DCC39F
RGB
CMYK
RGB Variations
Color information
#DCC39F (or 0xDCC39F) is known color: Raffia. HEX triplet: DC, C3 and 9F. RGB value is (220,195,159). Sum of RGB (Red+Green+Blue) = 220+195+159=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 195 (76.56% from 255 or 33.97% from 574); Blue value is 159 (62.5% from 255 or 27.70% from 574); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC39F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC39F is #233C60. Grayscale: #C6C6C6. Windows color (decimal): -2309217 or 10470364. OLE color: 10470364.
HSL color Cylindrical-coordinate representation of color #DCC39F: hue angle of 35.41º 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 #DCC39F is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 195 | 159 | - |
| CMYK | 0 | 0.11 | 0.28 | 0.14 |
| HSL | 35.41º | 0.47% | 0.74% | - |
| HSV(B) | 35.41º | 0.28% | 0.86% | - |
| XYZ | 55.29 | 56.75 | 40.84 | - |
| YUV | 198.37 | 105.78 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 195 | 159 | 0 | 0.11 | 0.28 | 0.14 | 35.41 | 0.47 | 0.74 |
| Hex | DC | C3 | 9F | 0 | B | 1C | E | 23 | 2F | 4A |
| Octal | 334 | 303 | 237 | 0 | 13 | 34 | 16 | 43 | 57 | 112 |
| Binary | 11011100 | 11000011 | 10011111 | 0 | 1011 | 11100 | 1110 | 100011 | 101111 | 1001010 |
Color Harmonies of #DCC39F
Complementary color
Monochromatic Colors of #DCC39F
Black with #DCC39F
Text Example
Text Example
White with #DCC39F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC39F; }
p { color: rgb(220,195,159); }
H1.HeaderClassName
{
color: #DCC39F;
}
.AnyTagClassName
{
color: #DCC39F;
}
</style>
background-color css
<style>
a { background-color: #DCC39F; }
a { background-color: rgb(220,195,159); }
div.DivClassName
{
background-color: #DCC39F;
}
.BgClassName
{
background-color: #DCC39F;
}
</style>
border-color css
<style>
span { border-color: #DCC39F; }
span { border-color: rgb(220,195,159); }
td.TdClassName
{
border-color: #DCC39F;
}
.TagClassName
{
border-color: #DCC39F;
}
</style>