Shades of Raffia #DCC19E
Tints of Raffia #DCC19E
RGB
CMYK
RGB Variations
Color information
#DCC19E (or 0xDCC19E) is known color: Raffia. HEX triplet: DC, C1 and 9E. RGB value is (220,193,158). Sum of RGB (Red+Green+Blue) = 220+193+158=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 193 (75.78% from 255 or 33.80% from 571); Blue value is 158 (62.11% from 255 or 27.67% from 571); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC19E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC19E is #233E61. Grayscale: #C5C5C5. Windows color (decimal): -2309730 or 10404316. OLE color: 10404316.
HSL color Cylindrical-coordinate representation of color #DCC19E: hue angle of 33.87º 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 #DCC19E is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 193 | 158 | - |
CMYK | 0 | 0.12 | 0.28 | 0.14 |
HSL | 33.87º | 0.47% | 0.74% | - |
HSV(B) | 33.87º | 0.28% | 0.86% | - |
XYZ | 54.76 | 55.82 | 40.24 | - |
YUV | 197.08 | 105.95 | 144.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 193 | 158 | 0 | 0.12 | 0.28 | 0.14 | 33.87 | 0.47 | 0.74 |
Hex | DC | C1 | 9E | 0 | C | 1C | E | 22 | 2F | 4A |
Octal | 334 | 301 | 236 | 0 | 14 | 34 | 16 | 42 | 57 | 112 |
Binary | 11011100 | 11000001 | 10011110 | 0 | 1100 | 11100 | 1110 | 100010 | 101111 | 1001010 |
Color Harmonies of #DCC19E
Complementary color
Monochromatic Colors of #DCC19E
Black with #DCC19E
Text Example
Text Example
White with #DCC19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC19E; }
p { color: rgb(220,193,158); }
H1.HeaderClassName
{
color: #DCC19E;
}
.AnyTagClassName
{
color: #DCC19E;
}
</style>
background-color css
<style>
a { background-color: #DCC19E; }
a { background-color: rgb(220,193,158); }
div.DivClassName
{
background-color: #DCC19E;
}
.BgClassName
{
background-color: #DCC19E;
}
</style>
border-color css
<style>
span { border-color: #DCC19E; }
span { border-color: rgb(220,193,158); }
td.TdClassName
{
border-color: #DCC19E;
}
.TagClassName
{
border-color: #DCC19E;
}
</style>