Shades of Feldspar #D99674
Tints of Feldspar #D99674
RGB
CMYK
RGB Variations
Color information
#D99674 (or 0xD99674) is known color: Feldspar. HEX triplet: D9, 96 and 74. RGB value is (217,150,116). Sum of RGB (Red+Green+Blue) = 217+150+116=483 (63% of max value = 765). Red value is 217 (85.16% from 255 or 44.93% from 483); Green value is 150 (58.98% from 255 or 31.06% from 483); Blue value is 116 (45.70% from 255 or 24.02% from 483); Max value from RGB is 217 - color contains mainly: red. Hex color #D99674 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99674 is #26698B. Grayscale: #A6A6A6. Windows color (decimal): -2517388 or 7640793. OLE color: 7640793.
HSL color Cylindrical-coordinate representation of color #D99674: hue angle of 20.2º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D99674 is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 150 | 116 | - |
| CMYK | 0 | 0.31 | 0.47 | 0.15 |
| HSL | 20.2º | 0.57% | 0.65% | - |
| HSV(B) | 20.2º | 0.47% | 0.85% | - |
| XYZ | 42.67 | 37.83 | 21.57 | - |
| YUV | 166.16 | 99.7 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 150 | 116 | 0 | 0.31 | 0.47 | 0.15 | 20.2 | 0.57 | 0.65 |
| Hex | D9 | 96 | 74 | 0 | 1F | 2F | F | 14 | 39 | 41 |
| Octal | 331 | 226 | 164 | 0 | 37 | 57 | 17 | 24 | 71 | 101 |
| Binary | 11011001 | 10010110 | 1110100 | 0 | 11111 | 101111 | 1111 | 10100 | 111001 | 1000001 |
Color Harmonies of #D99674
Complementary color
Monochromatic Colors of #D99674
Black with #D99674
Text Example
Text Example
White with #D99674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99674; }
p { color: rgb(217,150,116); }
H1.HeaderClassName
{
color: #D99674;
}
.AnyTagClassName
{
color: #D99674;
}
</style>
background-color css
<style>
a { background-color: #D99674; }
a { background-color: rgb(217,150,116); }
div.DivClassName
{
background-color: #D99674;
}
.BgClassName
{
background-color: #D99674;
}
</style>
border-color css
<style>
span { border-color: #D99674; }
span { border-color: rgb(217,150,116); }
td.TdClassName
{
border-color: #D99674;
}
.TagClassName
{
border-color: #D99674;
}
</style>