Shades of Raffia #DCC09B
Tints of Raffia #DCC09B
RGB
CMYK
RGB Variations
Color information
#DCC09B (or 0xDCC09B) is known color: Raffia. HEX triplet: DC, C0 and 9B. RGB value is (220,192,155). Sum of RGB (Red+Green+Blue) = 220+192+155=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 192 (75.39% from 255 or 33.86% from 567); Blue value is 155 (60.94% from 255 or 27.34% from 567); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC09B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC09B is #233F64. Grayscale: #C4C4C4. Windows color (decimal): -2309989 or 10207452. OLE color: 10207452.
HSL color Cylindrical-coordinate representation of color #DCC09B: hue angle of 34.15º 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 #DCC09B is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 155 | - |
| CMYK | 0 | 0.13 | 0.30 | 0.14 |
| HSL | 34.15º | 0.48% | 0.74% | - |
| HSV(B) | 34.15º | 0.3% | 0.86% | - |
| XYZ | 54.28 | 55.28 | 38.82 | - |
| YUV | 196.15 | 104.78 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 155 | 0 | 0.13 | 0.30 | 0.14 | 34.15 | 0.48 | 0.74 |
| Hex | DC | C0 | 9B | 0 | D | 1E | E | 22 | 30 | 4A |
| Octal | 334 | 300 | 233 | 0 | 15 | 36 | 16 | 42 | 60 | 112 |
| Binary | 11011100 | 11000000 | 10011011 | 0 | 1101 | 11110 | 1110 | 100010 | 110000 | 1001010 |
Color Harmonies of #DCC09B
Complementary color
Monochromatic Colors of #DCC09B
Black with #DCC09B
Text Example
Text Example
White with #DCC09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC09B; }
p { color: rgb(220,192,155); }
H1.HeaderClassName
{
color: #DCC09B;
}
.AnyTagClassName
{
color: #DCC09B;
}
</style>
background-color css
<style>
a { background-color: #DCC09B; }
a { background-color: rgb(220,192,155); }
div.DivClassName
{
background-color: #DCC09B;
}
.BgClassName
{
background-color: #DCC09B;
}
</style>
border-color css
<style>
span { border-color: #DCC09B; }
span { border-color: rgb(220,192,155); }
td.TdClassName
{
border-color: #DCC09B;
}
.TagClassName
{
border-color: #DCC09B;
}
</style>