Shades of Feldspar #D99672
Tints of Feldspar #D99672
RGB
CMYK
RGB Variations
Color information
#D99672 (or 0xD99672) is known color: Feldspar. HEX triplet: D9, 96 and 72. RGB value is (217,150,114). Sum of RGB (Red+Green+Blue) = 217+150+114=481 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.11% from 481); Green value is 150 (58.98% from 255 or 31.19% from 481); Blue value is 114 (44.92% from 255 or 23.70% from 481); Max value from RGB is 217 - color contains mainly: red. Hex color #D99672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99672 is #26698D. Grayscale: #A6A6A6. Windows color (decimal): -2517390 or 7509721. OLE color: 7509721.
HSL color Cylindrical-coordinate representation of color #D99672: hue angle of 20.97º degrees, saturation: 0.58, 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 #D99672 is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 150 | 114 | - |
| CMYK | 0 | 0.31 | 0.47 | 0.15 |
| HSL | 20.97º | 0.58% | 0.65% | - |
| HSV(B) | 20.97º | 0.47% | 0.85% | - |
| XYZ | 42.56 | 37.78 | 20.97 | - |
| YUV | 165.93 | 98.7 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 150 | 114 | 0 | 0.31 | 0.47 | 0.15 | 20.97 | 0.58 | 0.65 |
| Hex | D9 | 96 | 72 | 0 | 1F | 2F | F | 15 | 3A | 41 |
| Octal | 331 | 226 | 162 | 0 | 37 | 57 | 17 | 25 | 72 | 101 |
| Binary | 11011001 | 10010110 | 1110010 | 0 | 11111 | 101111 | 1111 | 10101 | 111010 | 1000001 |
Color Harmonies of #D99672
Complementary color
Monochromatic Colors of #D99672
Black with #D99672
Text Example
Text Example
White with #D99672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99672; }
p { color: rgb(217,150,114); }
H1.HeaderClassName
{
color: #D99672;
}
.AnyTagClassName
{
color: #D99672;
}
</style>
background-color css
<style>
a { background-color: #D99672; }
a { background-color: rgb(217,150,114); }
div.DivClassName
{
background-color: #D99672;
}
.BgClassName
{
background-color: #D99672;
}
</style>
border-color css
<style>
span { border-color: #D99672; }
span { border-color: rgb(217,150,114); }
td.TdClassName
{
border-color: #D99672;
}
.TagClassName
{
border-color: #D99672;
}
</style>