Shades of Raffia #D7C399
Tints of Raffia #D7C399
RGB
CMYK
RGB Variations
Color information
#D7C399 (or 0xD7C399) is known color: Raffia. HEX triplet: D7, C3 and 99. RGB value is (215,195,153). Sum of RGB (Red+Green+Blue) = 215+195+153=563 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.19% from 563); Green value is 195 (76.56% from 255 or 34.64% from 563); Blue value is 153 (60.16% from 255 or 27.18% from 563); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C399 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C399 is #283C66. Grayscale: #C4C4C4. Windows color (decimal): -2636903 or 10077143. OLE color: 10077143.
HSL color Cylindrical-coordinate representation of color #D7C399: hue angle of 40.65º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D7C399 is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 195 | 153 | - |
| CMYK | 0 | 0.09 | 0.29 | 0.16 |
| HSL | 40.65º | 0.44% | 0.72% | - |
| HSV(B) | 40.65º | 0.29% | 0.84% | - |
| XYZ | 53.29 | 55.78 | 38.09 | - |
| YUV | 196.19 | 103.63 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 195 | 153 | 0 | 0.09 | 0.29 | 0.16 | 40.65 | 0.44 | 0.72 |
| Hex | D7 | C3 | 99 | 0 | 9 | 1D | 10 | 29 | 2C | 48 |
| Octal | 327 | 303 | 231 | 0 | 11 | 35 | 20 | 51 | 54 | 110 |
| Binary | 11010111 | 11000011 | 10011001 | 0 | 1001 | 11101 | 10000 | 101001 | 101100 | 1001000 |
Color Harmonies of #D7C399
Complementary color
Monochromatic Colors of #D7C399
Black with #D7C399
Text Example
Text Example
White with #D7C399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C399; }
p { color: rgb(215,195,153); }
H1.HeaderClassName
{
color: #D7C399;
}
.AnyTagClassName
{
color: #D7C399;
}
</style>
background-color css
<style>
a { background-color: #D7C399; }
a { background-color: rgb(215,195,153); }
div.DivClassName
{
background-color: #D7C399;
}
.BgClassName
{
background-color: #D7C399;
}
</style>
border-color css
<style>
span { border-color: #D7C399; }
span { border-color: rgb(215,195,153); }
td.TdClassName
{
border-color: #D7C399;
}
.TagClassName
{
border-color: #D7C399;
}
</style>