Shades of Feldspar #D99B7A
Tints of Feldspar #D99B7A
RGB
CMYK
RGB Variations
Color information
#D99B7A (or 0xD99B7A) is known color: Feldspar. HEX triplet: D9, 9B and 7A. RGB value is (217,155,122). Sum of RGB (Red+Green+Blue) = 217+155+122=494 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.93% from 494); Green value is 155 (60.94% from 255 or 31.38% from 494); Blue value is 122 (48.05% from 255 or 24.70% from 494); Max value from RGB is 217 - color contains mainly: red. Hex color #D99B7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99B7A is #266485. Grayscale: #A9A9A9. Windows color (decimal): -2516102 or 8035289. OLE color: 8035289.
HSL color Cylindrical-coordinate representation of color #D99B7A: hue angle of 20.84º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D99B7A is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 155 | 122 | - |
| CMYK | 0 | 0.29 | 0.44 | 0.15 |
| HSL | 20.84º | 0.56% | 0.66% | - |
| HSV(B) | 20.84º | 0.44% | 0.85% | - |
| XYZ | 43.85 | 39.6 | 23.74 | - |
| YUV | 169.78 | 101.04 | 161.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 155 | 122 | 0 | 0.29 | 0.44 | 0.15 | 20.84 | 0.56 | 0.66 |
| Hex | D9 | 9B | 7A | 0 | 1D | 2C | F | 15 | 38 | 42 |
| Octal | 331 | 233 | 172 | 0 | 35 | 54 | 17 | 25 | 70 | 102 |
| Binary | 11011001 | 10011011 | 1111010 | 0 | 11101 | 101100 | 1111 | 10101 | 111000 | 1000010 |
Color Harmonies of #D99B7A
Complementary color
Monochromatic Colors of #D99B7A
Black with #D99B7A
Text Example
Text Example
White with #D99B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99B7A; }
p { color: rgb(217,155,122); }
H1.HeaderClassName
{
color: #D99B7A;
}
.AnyTagClassName
{
color: #D99B7A;
}
</style>
background-color css
<style>
a { background-color: #D99B7A; }
a { background-color: rgb(217,155,122); }
div.DivClassName
{
background-color: #D99B7A;
}
.BgClassName
{
background-color: #D99B7A;
}
</style>
border-color css
<style>
span { border-color: #D99B7A; }
span { border-color: rgb(217,155,122); }
td.TdClassName
{
border-color: #D99B7A;
}
.TagClassName
{
border-color: #D99B7A;
}
</style>