Shades of Feldspar #D99172
Tints of Feldspar #D99172
RGB
CMYK
RGB Variations
Color information
#D99172 (or 0xD99172) is known color: Feldspar. HEX triplet: D9, 91 and 72. RGB value is (217,145,114). Sum of RGB (Red+Green+Blue) = 217+145+114=476 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.59% from 476); Green value is 145 (57.03% from 255 or 30.46% from 476); Blue value is 114 (44.92% from 255 or 23.95% from 476); Max value from RGB is 217 - color contains mainly: red. Hex color #D99172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99172 is #266E8D. Grayscale: #A3A3A3. Windows color (decimal): -2518670 or 7508441. OLE color: 7508441.
HSL color Cylindrical-coordinate representation of color #D99172: hue angle of 18.06º 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 #D99172 is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 145 | 114 | - |
| CMYK | 0 | 0.33 | 0.47 | 0.15 |
| HSL | 18.06º | 0.58% | 0.65% | - |
| HSV(B) | 18.06º | 0.47% | 0.85% | - |
| XYZ | 41.78 | 36.22 | 20.71 | - |
| YUV | 162.99 | 100.35 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 145 | 114 | 0 | 0.33 | 0.47 | 0.15 | 18.06 | 0.58 | 0.65 |
| Hex | D9 | 91 | 72 | 0 | 21 | 2F | F | 12 | 3A | 41 |
| Octal | 331 | 221 | 162 | 0 | 41 | 57 | 17 | 22 | 72 | 101 |
| Binary | 11011001 | 10010001 | 1110010 | 0 | 100001 | 101111 | 1111 | 10010 | 111010 | 1000001 |
Color Harmonies of #D99172
Complementary color
Monochromatic Colors of #D99172
Black with #D99172
Text Example
Text Example
White with #D99172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99172; }
p { color: rgb(217,145,114); }
H1.HeaderClassName
{
color: #D99172;
}
.AnyTagClassName
{
color: #D99172;
}
</style>
background-color css
<style>
a { background-color: #D99172; }
a { background-color: rgb(217,145,114); }
div.DivClassName
{
background-color: #D99172;
}
.BgClassName
{
background-color: #D99172;
}
</style>
border-color css
<style>
span { border-color: #D99172; }
span { border-color: rgb(217,145,114); }
td.TdClassName
{
border-color: #D99172;
}
.TagClassName
{
border-color: #D99172;
}
</style>