Shades of Raffia #DCC49A
Tints of Raffia #DCC49A
RGB
CMYK
RGB Variations
Color information
#DCC49A (or 0xDCC49A) is known color: Raffia. HEX triplet: DC, C4 and 9A. RGB value is (220,196,154). Sum of RGB (Red+Green+Blue) = 220+196+154=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 196 (76.95% from 255 or 34.39% from 570); Blue value is 154 (60.55% from 255 or 27.02% from 570); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC49A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC49A is #233B65. Grayscale: #C6C6C6. Windows color (decimal): -2308966 or 10142940. OLE color: 10142940.
HSL color Cylindrical-coordinate representation of color #DCC49A: hue angle of 38.18º 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 #DCC49A is Cyan = 0, Magento = 0.11, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 196 | 154 | - |
| CMYK | 0 | 0.11 | 0.3 | 0.14 |
| HSL | 38.18º | 0.49% | 0.73% | - |
| HSV(B) | 38.18º | 0.3% | 0.86% | - |
| XYZ | 55.09 | 57.03 | 38.68 | - |
| YUV | 198.39 | 102.95 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 196 | 154 | 0 | 0.11 | 0.3 | 0.14 | 38.18 | 0.49 | 0.73 |
| Hex | DC | C4 | 9A | 0 | B | 1E | E | 26 | 31 | 49 |
| Octal | 334 | 304 | 232 | 0 | 13 | 36 | 16 | 46 | 61 | 111 |
| Binary | 11011100 | 11000100 | 10011010 | 0 | 1011 | 11110 | 1110 | 100110 | 110001 | 1001001 |
Color Harmonies of #DCC49A
Complementary color
Monochromatic Colors of #DCC49A
Black with #DCC49A
Text Example
Text Example
White with #DCC49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC49A; }
p { color: rgb(220,196,154); }
H1.HeaderClassName
{
color: #DCC49A;
}
.AnyTagClassName
{
color: #DCC49A;
}
</style>
background-color css
<style>
a { background-color: #DCC49A; }
a { background-color: rgb(220,196,154); }
div.DivClassName
{
background-color: #DCC49A;
}
.BgClassName
{
background-color: #DCC49A;
}
</style>
border-color css
<style>
span { border-color: #DCC49A; }
span { border-color: rgb(220,196,154); }
td.TdClassName
{
border-color: #DCC49A;
}
.TagClassName
{
border-color: #DCC49A;
}
</style>