Shades of Feldspar #D99676
Tints of Feldspar #D99676
RGB
CMYK
RGB Variations
Color information
#D99676 (or 0xD99676) is known color: Feldspar. HEX triplet: D9, 96 and 76. RGB value is (217,150,118). Sum of RGB (Red+Green+Blue) = 217+150+118=485 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.74% from 485); Green value is 150 (58.98% from 255 or 30.93% from 485); Blue value is 118 (46.48% from 255 or 24.33% from 485); Max value from RGB is 217 - color contains mainly: red. Hex color #D99676 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99676 is #266989. Grayscale: #A6A6A6. Windows color (decimal): -2517386 or 7771865. OLE color: 7771865.
HSL color Cylindrical-coordinate representation of color #D99676: hue angle of 19.39º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D99676 is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 150 | 118 | - |
| CMYK | 0 | 0.31 | 0.46 | 0.15 |
| HSL | 19.39º | 0.57% | 0.66% | - |
| HSV(B) | 19.39º | 0.46% | 0.85% | - |
| XYZ | 42.79 | 37.87 | 22.19 | - |
| YUV | 166.39 | 100.7 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 150 | 118 | 0 | 0.31 | 0.46 | 0.15 | 19.39 | 0.57 | 0.66 |
| Hex | D9 | 96 | 76 | 0 | 1F | 2E | F | 13 | 39 | 42 |
| Octal | 331 | 226 | 166 | 0 | 37 | 56 | 17 | 23 | 71 | 102 |
| Binary | 11011001 | 10010110 | 1110110 | 0 | 11111 | 101110 | 1111 | 10011 | 111001 | 1000010 |
Color Harmonies of #D99676
Complementary color
Monochromatic Colors of #D99676
Black with #D99676
Text Example
Text Example
White with #D99676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99676; }
p { color: rgb(217,150,118); }
H1.HeaderClassName
{
color: #D99676;
}
.AnyTagClassName
{
color: #D99676;
}
</style>
background-color css
<style>
a { background-color: #D99676; }
a { background-color: rgb(217,150,118); }
div.DivClassName
{
background-color: #D99676;
}
.BgClassName
{
background-color: #D99676;
}
</style>
border-color css
<style>
span { border-color: #D99676; }
span { border-color: rgb(217,150,118); }
td.TdClassName
{
border-color: #D99676;
}
.TagClassName
{
border-color: #D99676;
}
</style>