Shades of Feldspar #D99073
Tints of Feldspar #D99073
RGB
CMYK
RGB Variations
Color information
#D99073 (or 0xD99073) is known color: Feldspar. HEX triplet: D9, 90 and 73. RGB value is (217,144,115). Sum of RGB (Red+Green+Blue) = 217+144+115=476 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.59% from 476); Green value is 144 (56.64% from 255 or 30.25% from 476); Blue value is 115 (45.31% from 255 or 24.16% from 476); Max value from RGB is 217 - color contains mainly: red. Hex color #D99073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99073 is #266F8C. Grayscale: #A2A2A2. Windows color (decimal): -2518925 or 7573721. OLE color: 7573721.
HSL color Cylindrical-coordinate representation of color #D99073: hue angle of 17.06º 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 #D99073 is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 144 | 115 | - |
| CMYK | 0 | 0.34 | 0.47 | 0.15 |
| HSL | 17.06º | 0.57% | 0.65% | - |
| HSV(B) | 17.06º | 0.47% | 0.85% | - |
| XYZ | 41.68 | 35.94 | 20.96 | - |
| YUV | 162.52 | 101.18 | 166.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 144 | 115 | 0 | 0.34 | 0.47 | 0.15 | 17.06 | 0.57 | 0.65 |
| Hex | D9 | 90 | 73 | 0 | 22 | 2F | F | 11 | 39 | 41 |
| Octal | 331 | 220 | 163 | 0 | 42 | 57 | 17 | 21 | 71 | 101 |
| Binary | 11011001 | 10010000 | 1110011 | 0 | 100010 | 101111 | 1111 | 10001 | 111001 | 1000001 |
Color Harmonies of #D99073
Complementary color
Monochromatic Colors of #D99073
Black with #D99073
Text Example
Text Example
White with #D99073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99073; }
p { color: rgb(217,144,115); }
H1.HeaderClassName
{
color: #D99073;
}
.AnyTagClassName
{
color: #D99073;
}
</style>
background-color css
<style>
a { background-color: #D99073; }
a { background-color: rgb(217,144,115); }
div.DivClassName
{
background-color: #D99073;
}
.BgClassName
{
background-color: #D99073;
}
</style>
border-color css
<style>
span { border-color: #D99073; }
span { border-color: rgb(217,144,115); }
td.TdClassName
{
border-color: #D99073;
}
.TagClassName
{
border-color: #D99073;
}
</style>