Shades of Feldspar #D99673
Tints of Feldspar #D99673
RGB
CMYK
RGB Variations
Color information
#D99673 (or 0xD99673) is known color: Feldspar. HEX triplet: D9, 96 and 73. RGB value is (217,150,115). Sum of RGB (Red+Green+Blue) = 217+150+115=482 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.02% from 482); Green value is 150 (58.98% from 255 or 31.12% from 482); Blue value is 115 (45.31% from 255 or 23.86% from 482); Max value from RGB is 217 - color contains mainly: red. Hex color #D99673 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99673 is #26698C. Grayscale: #A6A6A6. Windows color (decimal): -2517389 or 7575257. OLE color: 7575257.
HSL color Cylindrical-coordinate representation of color #D99673: hue angle of 20.59º 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 #D99673 is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 150 | 115 | - |
| CMYK | 0 | 0.31 | 0.47 | 0.15 |
| HSL | 20.59º | 0.57% | 0.65% | - |
| HSV(B) | 20.59º | 0.47% | 0.85% | - |
| XYZ | 42.62 | 37.8 | 21.27 | - |
| YUV | 166.04 | 99.2 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 150 | 115 | 0 | 0.31 | 0.47 | 0.15 | 20.59 | 0.57 | 0.65 |
| Hex | D9 | 96 | 73 | 0 | 1F | 2F | F | 15 | 39 | 41 |
| Octal | 331 | 226 | 163 | 0 | 37 | 57 | 17 | 25 | 71 | 101 |
| Binary | 11011001 | 10010110 | 1110011 | 0 | 11111 | 101111 | 1111 | 10101 | 111001 | 1000001 |
Color Harmonies of #D99673
Complementary color
Monochromatic Colors of #D99673
Black with #D99673
Text Example
Text Example
White with #D99673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99673; }
p { color: rgb(217,150,115); }
H1.HeaderClassName
{
color: #D99673;
}
.AnyTagClassName
{
color: #D99673;
}
</style>
background-color css
<style>
a { background-color: #D99673; }
a { background-color: rgb(217,150,115); }
div.DivClassName
{
background-color: #D99673;
}
.BgClassName
{
background-color: #D99673;
}
</style>
border-color css
<style>
span { border-color: #D99673; }
span { border-color: rgb(217,150,115); }
td.TdClassName
{
border-color: #D99673;
}
.TagClassName
{
border-color: #D99673;
}
</style>