Shades of Raffia #DCC89D
Tints of Raffia #DCC89D
RGB
CMYK
RGB Variations
Color information
#DCC89D (or 0xDCC89D) is known color: Raffia. HEX triplet: DC, C8 and 9D. RGB value is (220,200,157). Sum of RGB (Red+Green+Blue) = 220+200+157=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 200 (78.52% from 255 or 34.66% from 577); Blue value is 157 (61.72% from 255 or 27.21% from 577); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC89D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC89D is #233762. Grayscale: #C9C9C9. Windows color (decimal): -2307939 or 10340572. OLE color: 10340572.
HSL color Cylindrical-coordinate representation of color #DCC89D: hue angle of 40.95º degrees, saturation: 0.47, 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 #DCC89D is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 200 | 157 | - |
| CMYK | 0 | 0.09 | 0.29 | 0.14 |
| HSL | 40.95º | 0.47% | 0.74% | - |
| HSV(B) | 40.95º | 0.29% | 0.86% | - |
| XYZ | 56.26 | 58.96 | 40.31 | - |
| YUV | 201.08 | 103.13 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 200 | 157 | 0 | 0.09 | 0.29 | 0.14 | 40.95 | 0.47 | 0.74 |
| Hex | DC | C8 | 9D | 0 | 9 | 1D | E | 29 | 2F | 4A |
| Octal | 334 | 310 | 235 | 0 | 11 | 35 | 16 | 51 | 57 | 112 |
| Binary | 11011100 | 11001000 | 10011101 | 0 | 1001 | 11101 | 1110 | 101001 | 101111 | 1001010 |
Color Harmonies of #DCC89D
Complementary color
Monochromatic Colors of #DCC89D
Black with #DCC89D
Text Example
Text Example
White with #DCC89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC89D; }
p { color: rgb(220,200,157); }
H1.HeaderClassName
{
color: #DCC89D;
}
.AnyTagClassName
{
color: #DCC89D;
}
</style>
background-color css
<style>
a { background-color: #DCC89D; }
a { background-color: rgb(220,200,157); }
div.DivClassName
{
background-color: #DCC89D;
}
.BgClassName
{
background-color: #DCC89D;
}
</style>
border-color css
<style>
span { border-color: #DCC89D; }
span { border-color: rgb(220,200,157); }
td.TdClassName
{
border-color: #DCC89D;
}
.TagClassName
{
border-color: #DCC89D;
}
</style>