Shades of Feldspar #D99077
Tints of Feldspar #D99077
RGB
CMYK
RGB Variations
Color information
#D99077 (or 0xD99077) is known color: Feldspar. HEX triplet: D9, 90 and 77. RGB value is (217,144,119). Sum of RGB (Red+Green+Blue) = 217+144+119=480 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.21% from 480); Green value is 144 (56.64% from 255 or 30% from 480); Blue value is 119 (46.88% from 255 or 24.79% from 480); Max value from RGB is 217 - color contains mainly: red. Hex color #D99077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99077 is #266F88. Grayscale: #A3A3A3. Windows color (decimal): -2518921 or 7835865. OLE color: 7835865.
HSL color Cylindrical-coordinate representation of color #D99077: hue angle of 15.31º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D99077 is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 144 | 119 | - |
| CMYK | 0 | 0.34 | 0.45 | 0.15 |
| HSL | 15.31º | 0.56% | 0.66% | - |
| HSV(B) | 15.31º | 0.45% | 0.85% | - |
| XYZ | 41.92 | 36.03 | 22.2 | - |
| YUV | 162.98 | 103.18 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 144 | 119 | 0 | 0.34 | 0.45 | 0.15 | 15.31 | 0.56 | 0.66 |
| Hex | D9 | 90 | 77 | 0 | 22 | 2D | F | F | 38 | 42 |
| Octal | 331 | 220 | 167 | 0 | 42 | 55 | 17 | 17 | 70 | 102 |
| Binary | 11011001 | 10010000 | 1110111 | 0 | 100010 | 101101 | 1111 | 1111 | 111000 | 1000010 |
Color Harmonies of #D99077
Complementary color
Monochromatic Colors of #D99077
Black with #D99077
Text Example
Text Example
White with #D99077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99077; }
p { color: rgb(217,144,119); }
H1.HeaderClassName
{
color: #D99077;
}
.AnyTagClassName
{
color: #D99077;
}
</style>
background-color css
<style>
a { background-color: #D99077; }
a { background-color: rgb(217,144,119); }
div.DivClassName
{
background-color: #D99077;
}
.BgClassName
{
background-color: #D99077;
}
</style>
border-color css
<style>
span { border-color: #D99077; }
span { border-color: rgb(217,144,119); }
td.TdClassName
{
border-color: #D99077;
}
.TagClassName
{
border-color: #D99077;
}
</style>