Shades of Raffia #DCC799
Tints of Raffia #DCC799
RGB
CMYK
RGB Variations
Color information
#DCC799 (or 0xDCC799) is known color: Raffia. HEX triplet: DC, C7 and 99. RGB value is (220,199,153). Sum of RGB (Red+Green+Blue) = 220+199+153=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 199 (78.12% from 255 or 34.79% from 572); Blue value is 153 (60.16% from 255 or 26.75% from 572); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC799 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC799 is #233866. Grayscale: #C8C8C8. Windows color (decimal): -2308199 or 10078172. OLE color: 10078172.
HSL color Cylindrical-coordinate representation of color #DCC799: hue angle of 41.19º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCC799 is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 199 | 153 | - |
| CMYK | 0 | 0.10 | 0.30 | 0.14 |
| HSL | 41.19º | 0.49% | 0.73% | - |
| HSV(B) | 41.19º | 0.3% | 0.86% | - |
| XYZ | 55.69 | 58.36 | 38.47 | - |
| YUV | 200.04 | 101.46 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 199 | 153 | 0 | 0.10 | 0.30 | 0.14 | 41.19 | 0.49 | 0.73 |
| Hex | DC | C7 | 99 | 0 | A | 1E | E | 29 | 31 | 49 |
| Octal | 334 | 307 | 231 | 0 | 12 | 36 | 16 | 51 | 61 | 111 |
| Binary | 11011100 | 11000111 | 10011001 | 0 | 1010 | 11110 | 1110 | 101001 | 110001 | 1001001 |
Color Harmonies of #DCC799
Complementary color
Monochromatic Colors of #DCC799
Black with #DCC799
Text Example
Text Example
White with #DCC799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC799; }
p { color: rgb(220,199,153); }
H1.HeaderClassName
{
color: #DCC799;
}
.AnyTagClassName
{
color: #DCC799;
}
</style>
background-color css
<style>
a { background-color: #DCC799; }
a { background-color: rgb(220,199,153); }
div.DivClassName
{
background-color: #DCC799;
}
.BgClassName
{
background-color: #DCC799;
}
</style>
border-color css
<style>
span { border-color: #DCC799; }
span { border-color: rgb(220,199,153); }
td.TdClassName
{
border-color: #DCC799;
}
.TagClassName
{
border-color: #DCC799;
}
</style>