Shades of Raffia #DCC19C
Tints of Raffia #DCC19C
RGB
CMYK
RGB Variations
Color information
#DCC19C (or 0xDCC19C) is known color: Raffia. HEX triplet: DC, C1 and 9C. RGB value is (220,193,156). Sum of RGB (Red+Green+Blue) = 220+193+156=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 193 (75.78% from 255 or 33.92% from 569); Blue value is 156 (61.33% from 255 or 27.42% from 569); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC19C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC19C is #233E63. Grayscale: #C5C5C5. Windows color (decimal): -2309732 or 10273244. OLE color: 10273244.
HSL color Cylindrical-coordinate representation of color #DCC19C: hue angle of 34.69º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCC19C is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 193 | 156 | - |
| CMYK | 0 | 0.12 | 0.29 | 0.14 |
| HSL | 34.69º | 0.48% | 0.74% | - |
| HSV(B) | 34.69º | 0.29% | 0.86% | - |
| XYZ | 54.59 | 55.76 | 39.34 | - |
| YUV | 196.86 | 104.95 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 193 | 156 | 0 | 0.12 | 0.29 | 0.14 | 34.69 | 0.48 | 0.74 |
| Hex | DC | C1 | 9C | 0 | C | 1D | E | 23 | 30 | 4A |
| Octal | 334 | 301 | 234 | 0 | 14 | 35 | 16 | 43 | 60 | 112 |
| Binary | 11011100 | 11000001 | 10011100 | 0 | 1100 | 11101 | 1110 | 100011 | 110000 | 1001010 |
Color Harmonies of #DCC19C
Complementary color
Monochromatic Colors of #DCC19C
Black with #DCC19C
Text Example
Text Example
White with #DCC19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC19C; }
p { color: rgb(220,193,156); }
H1.HeaderClassName
{
color: #DCC19C;
}
.AnyTagClassName
{
color: #DCC19C;
}
</style>
background-color css
<style>
a { background-color: #DCC19C; }
a { background-color: rgb(220,193,156); }
div.DivClassName
{
background-color: #DCC19C;
}
.BgClassName
{
background-color: #DCC19C;
}
</style>
border-color css
<style>
span { border-color: #DCC19C; }
span { border-color: rgb(220,193,156); }
td.TdClassName
{
border-color: #DCC19C;
}
.TagClassName
{
border-color: #DCC19C;
}
</style>