Shades of Raffia #DCC89C
Tints of Raffia #DCC89C
RGB
CMYK
RGB Variations
Color information
#DCC89C (or 0xDCC89C) is known color: Raffia. HEX triplet: DC, C8 and 9C. RGB value is (220,200,156). Sum of RGB (Red+Green+Blue) = 220+200+156=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 200 (78.52% from 255 or 34.72% from 576); Blue value is 156 (61.33% from 255 or 27.08% from 576); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC89C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC89C is #233763. Grayscale: #C9C9C9. Windows color (decimal): -2307940 or 10275036. OLE color: 10275036.
HSL color Cylindrical-coordinate representation of color #DCC89C: hue angle of 41.25º 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 #DCC89C is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 200 | 156 | - |
| CMYK | 0 | 0.09 | 0.29 | 0.14 |
| HSL | 41.25º | 0.48% | 0.74% | - |
| HSV(B) | 41.25º | 0.29% | 0.86% | - |
| XYZ | 56.17 | 58.92 | 39.87 | - |
| YUV | 200.96 | 102.63 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 200 | 156 | 0 | 0.09 | 0.29 | 0.14 | 41.25 | 0.48 | 0.74 |
| Hex | DC | C8 | 9C | 0 | 9 | 1D | E | 29 | 30 | 4A |
| Octal | 334 | 310 | 234 | 0 | 11 | 35 | 16 | 51 | 60 | 112 |
| Binary | 11011100 | 11001000 | 10011100 | 0 | 1001 | 11101 | 1110 | 101001 | 110000 | 1001010 |
Color Harmonies of #DCC89C
Complementary color
Monochromatic Colors of #DCC89C
Black with #DCC89C
Text Example
Text Example
White with #DCC89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC89C; }
p { color: rgb(220,200,156); }
H1.HeaderClassName
{
color: #DCC89C;
}
.AnyTagClassName
{
color: #DCC89C;
}
</style>
background-color css
<style>
a { background-color: #DCC89C; }
a { background-color: rgb(220,200,156); }
div.DivClassName
{
background-color: #DCC89C;
}
.BgClassName
{
background-color: #DCC89C;
}
</style>
border-color css
<style>
span { border-color: #DCC89C; }
span { border-color: rgb(220,200,156); }
td.TdClassName
{
border-color: #DCC89C;
}
.TagClassName
{
border-color: #DCC89C;
}
</style>