Shades of Raffia #DCC89B
Tints of Raffia #DCC89B
RGB
CMYK
RGB Variations
Color information
#DCC89B (or 0xDCC89B) is known color: Raffia. HEX triplet: DC, C8 and 9B. RGB value is (220,200,155). Sum of RGB (Red+Green+Blue) = 220+200+155=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 200 (78.52% from 255 or 34.78% from 575); Blue value is 155 (60.94% from 255 or 26.96% from 575); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC89B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC89B is #233764. Grayscale: #C9C9C9. Windows color (decimal): -2307941 or 10209500. OLE color: 10209500.
HSL color Cylindrical-coordinate representation of color #DCC89B: hue angle of 41.54º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCC89B is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 200 | 155 | - |
| CMYK | 0 | 0.09 | 0.30 | 0.14 |
| HSL | 41.54º | 0.48% | 0.74% | - |
| HSV(B) | 41.54º | 0.3% | 0.86% | - |
| XYZ | 56.09 | 58.89 | 39.42 | - |
| YUV | 200.85 | 102.13 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 200 | 155 | 0 | 0.09 | 0.30 | 0.14 | 41.54 | 0.48 | 0.74 |
| Hex | DC | C8 | 9B | 0 | 9 | 1E | E | 2A | 30 | 4A |
| Octal | 334 | 310 | 233 | 0 | 11 | 36 | 16 | 52 | 60 | 112 |
| Binary | 11011100 | 11001000 | 10011011 | 0 | 1001 | 11110 | 1110 | 101010 | 110000 | 1001010 |
Color Harmonies of #DCC89B
Complementary color
Monochromatic Colors of #DCC89B
Black with #DCC89B
Text Example
Text Example
White with #DCC89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC89B; }
p { color: rgb(220,200,155); }
H1.HeaderClassName
{
color: #DCC89B;
}
.AnyTagClassName
{
color: #DCC89B;
}
</style>
background-color css
<style>
a { background-color: #DCC89B; }
a { background-color: rgb(220,200,155); }
div.DivClassName
{
background-color: #DCC89B;
}
.BgClassName
{
background-color: #DCC89B;
}
</style>
border-color css
<style>
span { border-color: #DCC89B; }
span { border-color: rgb(220,200,155); }
td.TdClassName
{
border-color: #DCC89B;
}
.TagClassName
{
border-color: #DCC89B;
}
</style>