Shades of Feldspar #D99174
Tints of Feldspar #D99174
RGB
CMYK
RGB Variations
Color information
#D99174 (or 0xD99174) is known color: Feldspar. HEX triplet: D9, 91 and 74. RGB value is (217,145,116). Sum of RGB (Red+Green+Blue) = 217+145+116=478 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.40% from 478); Green value is 145 (57.03% from 255 or 30.33% from 478); Blue value is 116 (45.70% from 255 or 24.27% from 478); Max value from RGB is 217 - color contains mainly: red. Hex color #D99174 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99174 is #266E8B. Grayscale: #A3A3A3. Windows color (decimal): -2518668 or 7639513. OLE color: 7639513.
HSL color Cylindrical-coordinate representation of color #D99174: hue angle of 17.23º 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 #D99174 is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 145 | 116 | - |
| CMYK | 0 | 0.33 | 0.47 | 0.15 |
| HSL | 17.23º | 0.57% | 0.65% | - |
| HSV(B) | 17.23º | 0.47% | 0.85% | - |
| XYZ | 41.89 | 36.26 | 21.31 | - |
| YUV | 163.22 | 101.35 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 145 | 116 | 0 | 0.33 | 0.47 | 0.15 | 17.23 | 0.57 | 0.65 |
| Hex | D9 | 91 | 74 | 0 | 21 | 2F | F | 11 | 39 | 41 |
| Octal | 331 | 221 | 164 | 0 | 41 | 57 | 17 | 21 | 71 | 101 |
| Binary | 11011001 | 10010001 | 1110100 | 0 | 100001 | 101111 | 1111 | 10001 | 111001 | 1000001 |
Color Harmonies of #D99174
Complementary color
Monochromatic Colors of #D99174
Black with #D99174
Text Example
Text Example
White with #D99174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99174; }
p { color: rgb(217,145,116); }
H1.HeaderClassName
{
color: #D99174;
}
.AnyTagClassName
{
color: #D99174;
}
</style>
background-color css
<style>
a { background-color: #D99174; }
a { background-color: rgb(217,145,116); }
div.DivClassName
{
background-color: #D99174;
}
.BgClassName
{
background-color: #D99174;
}
</style>
border-color css
<style>
span { border-color: #D99174; }
span { border-color: rgb(217,145,116); }
td.TdClassName
{
border-color: #D99174;
}
.TagClassName
{
border-color: #D99174;
}
</style>