Shades of Feldspar #D99770
Tints of Feldspar #D99770
RGB
CMYK
RGB Variations
Color information
#D99770 (or 0xD99770) is known color: Feldspar. HEX triplet: D9, 97 and 70. RGB value is (217,151,112). Sum of RGB (Red+Green+Blue) = 217+151+112=480 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.21% from 480); Green value is 151 (59.38% from 255 or 31.46% from 480); Blue value is 112 (44.14% from 255 or 23.33% from 480); Max value from RGB is 217 - color contains mainly: red. Hex color #D99770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99770 is #26688F. Grayscale: #A6A6A6. Windows color (decimal): -2517136 or 7378905. OLE color: 7378905.
HSL color Cylindrical-coordinate representation of color #D99770: hue angle of 22.29º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D99770 is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 151 | 112 | - |
| CMYK | 0 | 0.30 | 0.48 | 0.15 |
| HSL | 22.29º | 0.58% | 0.65% | - |
| HSV(B) | 22.29º | 0.48% | 0.85% | - |
| XYZ | 42.61 | 38.05 | 20.43 | - |
| YUV | 166.29 | 97.37 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 151 | 112 | 0 | 0.30 | 0.48 | 0.15 | 22.29 | 0.58 | 0.65 |
| Hex | D9 | 97 | 70 | 0 | 1E | 30 | F | 16 | 3A | 41 |
| Octal | 331 | 227 | 160 | 0 | 36 | 60 | 17 | 26 | 72 | 101 |
| Binary | 11011001 | 10010111 | 1110000 | 0 | 11110 | 110000 | 1111 | 10110 | 111010 | 1000001 |
Color Harmonies of #D99770
Complementary color
Monochromatic Colors of #D99770
Black with #D99770
Text Example
Text Example
White with #D99770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99770; }
p { color: rgb(217,151,112); }
H1.HeaderClassName
{
color: #D99770;
}
.AnyTagClassName
{
color: #D99770;
}
</style>
background-color css
<style>
a { background-color: #D99770; }
a { background-color: rgb(217,151,112); }
div.DivClassName
{
background-color: #D99770;
}
.BgClassName
{
background-color: #D99770;
}
</style>
border-color css
<style>
span { border-color: #D99770; }
span { border-color: rgb(217,151,112); }
td.TdClassName
{
border-color: #D99770;
}
.TagClassName
{
border-color: #D99770;
}
</style>