Shades of Raffia #D9C09C
Tints of Raffia #D9C09C
RGB
CMYK
RGB Variations
Color information
#D9C09C (or 0xD9C09C) is known color: Raffia. HEX triplet: D9, C0 and 9C. RGB value is (217,192,156). Sum of RGB (Red+Green+Blue) = 217+192+156=565 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.41% from 565); Green value is 192 (75.39% from 255 or 33.98% from 565); Blue value is 156 (61.33% from 255 or 27.61% from 565); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C09C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C09C is #263F63. Grayscale: #C3C3C3. Windows color (decimal): -2506596 or 10272985. OLE color: 10272985.
HSL color Cylindrical-coordinate representation of color #D9C09C: hue angle of 35.41º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D9C09C is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 192 | 156 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.15 |
| HSL | 35.41º | 0.45% | 0.73% | - |
| HSV(B) | 35.41º | 0.28% | 0.85% | - |
| XYZ | 53.47 | 54.85 | 39.22 | - |
| YUV | 195.37 | 105.78 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 192 | 156 | 0 | 0.12 | 0.28 | 0.15 | 35.41 | 0.45 | 0.73 |
| Hex | D9 | C0 | 9C | 0 | C | 1C | F | 23 | 2D | 49 |
| Octal | 331 | 300 | 234 | 0 | 14 | 34 | 17 | 43 | 55 | 111 |
| Binary | 11011001 | 11000000 | 10011100 | 0 | 1100 | 11100 | 1111 | 100011 | 101101 | 1001001 |
Color Harmonies of #D9C09C
Complementary color
Monochromatic Colors of #D9C09C
Black with #D9C09C
Text Example
Text Example
White with #D9C09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C09C; }
p { color: rgb(217,192,156); }
H1.HeaderClassName
{
color: #D9C09C;
}
.AnyTagClassName
{
color: #D9C09C;
}
</style>
background-color css
<style>
a { background-color: #D9C09C; }
a { background-color: rgb(217,192,156); }
div.DivClassName
{
background-color: #D9C09C;
}
.BgClassName
{
background-color: #D9C09C;
}
</style>
border-color css
<style>
span { border-color: #D9C09C; }
span { border-color: rgb(217,192,156); }
td.TdClassName
{
border-color: #D9C09C;
}
.TagClassName
{
border-color: #D9C09C;
}
</style>