Shades of Raffia #D7C299
Tints of Raffia #D7C299
RGB
CMYK
RGB Variations
Color information
#D7C299 (or 0xD7C299) is known color: Raffia. HEX triplet: D7, C2 and 99. RGB value is (215,194,153). Sum of RGB (Red+Green+Blue) = 215+194+153=562 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.26% from 562); Green value is 194 (76.17% from 255 or 34.52% from 562); Blue value is 153 (60.16% from 255 or 27.22% from 562); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C299 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C299 is #283D66. Grayscale: #C3C3C3. Windows color (decimal): -2637159 or 10076887. OLE color: 10076887.
HSL color Cylindrical-coordinate representation of color #D7C299: hue angle of 39.68º 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 #D7C299 is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 194 | 153 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.16 |
| HSL | 39.68º | 0.44% | 0.72% | - |
| HSV(B) | 39.68º | 0.29% | 0.84% | - |
| XYZ | 53.07 | 55.33 | 38.02 | - |
| YUV | 195.61 | 103.96 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 194 | 153 | 0 | 0.10 | 0.29 | 0.16 | 39.68 | 0.44 | 0.72 |
| Hex | D7 | C2 | 99 | 0 | A | 1D | 10 | 28 | 2C | 48 |
| Octal | 327 | 302 | 231 | 0 | 12 | 35 | 20 | 50 | 54 | 110 |
| Binary | 11010111 | 11000010 | 10011001 | 0 | 1010 | 11101 | 10000 | 101000 | 101100 | 1001000 |
Color Harmonies of #D7C299
Complementary color
Monochromatic Colors of #D7C299
Black with #D7C299
Text Example
Text Example
White with #D7C299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C299; }
p { color: rgb(215,194,153); }
H1.HeaderClassName
{
color: #D7C299;
}
.AnyTagClassName
{
color: #D7C299;
}
</style>
background-color css
<style>
a { background-color: #D7C299; }
a { background-color: rgb(215,194,153); }
div.DivClassName
{
background-color: #D7C299;
}
.BgClassName
{
background-color: #D7C299;
}
</style>
border-color css
<style>
span { border-color: #D7C299; }
span { border-color: rgb(215,194,153); }
td.TdClassName
{
border-color: #D7C299;
}
.TagClassName
{
border-color: #D7C299;
}
</style>