Shades of Raffia #DCC499
Tints of Raffia #DCC499
RGB
CMYK
RGB Variations
Color information
#DCC499 (or 0xDCC499) is known color: Raffia. HEX triplet: DC, C4 and 99. RGB value is (220,196,153). Sum of RGB (Red+Green+Blue) = 220+196+153=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 196 (76.95% from 255 or 34.45% from 569); Blue value is 153 (60.16% from 255 or 26.89% from 569); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC499 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC499 is #233B66. Grayscale: #C6C6C6. Windows color (decimal): -2308967 or 10077404. OLE color: 10077404.
HSL color Cylindrical-coordinate representation of color #DCC499: hue angle of 38.51º 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 #DCC499 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 196 | 153 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.14 |
| HSL | 38.51º | 0.49% | 0.73% | - |
| HSV(B) | 38.51º | 0.3% | 0.86% | - |
| XYZ | 55 | 57 | 38.24 | - |
| YUV | 198.27 | 102.45 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 196 | 153 | 0 | 0.11 | 0.30 | 0.14 | 38.51 | 0.49 | 0.73 |
| Hex | DC | C4 | 99 | 0 | B | 1E | E | 27 | 31 | 49 |
| Octal | 334 | 304 | 231 | 0 | 13 | 36 | 16 | 47 | 61 | 111 |
| Binary | 11011100 | 11000100 | 10011001 | 0 | 1011 | 11110 | 1110 | 100111 | 110001 | 1001001 |
Color Harmonies of #DCC499
Complementary color
Monochromatic Colors of #DCC499
Black with #DCC499
Text Example
Text Example
White with #DCC499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC499; }
p { color: rgb(220,196,153); }
H1.HeaderClassName
{
color: #DCC499;
}
.AnyTagClassName
{
color: #DCC499;
}
</style>
background-color css
<style>
a { background-color: #DCC499; }
a { background-color: rgb(220,196,153); }
div.DivClassName
{
background-color: #DCC499;
}
.BgClassName
{
background-color: #DCC499;
}
</style>
border-color css
<style>
span { border-color: #DCC499; }
span { border-color: rgb(220,196,153); }
td.TdClassName
{
border-color: #DCC499;
}
.TagClassName
{
border-color: #DCC499;
}
</style>