Shades of Raffia #DCC098
Tints of Raffia #DCC098
RGB
CMYK
RGB Variations
Color information
#DCC098 (or 0xDCC098) is known color: Raffia. HEX triplet: DC, C0 and 98. RGB value is (220,192,152). Sum of RGB (Red+Green+Blue) = 220+192+152=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 192 (75.39% from 255 or 34.04% from 564); Blue value is 152 (59.77% from 255 or 26.95% from 564); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC098 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC098 is #233F67. Grayscale: #C4C4C4. Windows color (decimal): -2309992 or 10010844. OLE color: 10010844.
HSL color Cylindrical-coordinate representation of color #DCC098: hue angle of 35.29º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DCC098 is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 152 | - |
| CMYK | 0 | 0.13 | 0.31 | 0.14 |
| HSL | 35.29º | 0.49% | 0.73% | - |
| HSV(B) | 35.29º | 0.31% | 0.86% | - |
| XYZ | 54.03 | 55.18 | 37.51 | - |
| YUV | 195.81 | 103.28 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 152 | 0 | 0.13 | 0.31 | 0.14 | 35.29 | 0.49 | 0.73 |
| Hex | DC | C0 | 98 | 0 | D | 1F | E | 23 | 31 | 49 |
| Octal | 334 | 300 | 230 | 0 | 15 | 37 | 16 | 43 | 61 | 111 |
| Binary | 11011100 | 11000000 | 10011000 | 0 | 1101 | 11111 | 1110 | 100011 | 110001 | 1001001 |
Color Harmonies of #DCC098
Complementary color
Monochromatic Colors of #DCC098
Black with #DCC098
Text Example
Text Example
White with #DCC098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC098; }
p { color: rgb(220,192,152); }
H1.HeaderClassName
{
color: #DCC098;
}
.AnyTagClassName
{
color: #DCC098;
}
</style>
background-color css
<style>
a { background-color: #DCC098; }
a { background-color: rgb(220,192,152); }
div.DivClassName
{
background-color: #DCC098;
}
.BgClassName
{
background-color: #DCC098;
}
</style>
border-color css
<style>
span { border-color: #DCC098; }
span { border-color: rgb(220,192,152); }
td.TdClassName
{
border-color: #DCC098;
}
.TagClassName
{
border-color: #DCC098;
}
</style>