Shades of Feldspar #D99B70
Tints of Feldspar #D99B70
RGB
CMYK
RGB Variations
Color information
#D99B70 (or 0xD99B70) is known color: Feldspar. HEX triplet: D9, 9B and 70. RGB value is (217,155,112). Sum of RGB (Red+Green+Blue) = 217+155+112=484 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.83% from 484); Green value is 155 (60.94% from 255 or 32.02% from 484); Blue value is 112 (44.14% from 255 or 23.14% from 484); Max value from RGB is 217 - color contains mainly: red. Hex color #D99B70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99B70 is #26648F. Grayscale: #A8A8A8. Windows color (decimal): -2516112 or 7379929. OLE color: 7379929.
HSL color Cylindrical-coordinate representation of color #D99B70: hue angle of 24.57º 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 #D99B70 is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 155 | 112 | - |
| CMYK | 0 | 0.29 | 0.48 | 0.15 |
| HSL | 24.57º | 0.58% | 0.65% | - |
| HSV(B) | 24.57º | 0.48% | 0.85% | - |
| XYZ | 43.26 | 39.36 | 20.65 | - |
| YUV | 168.64 | 96.04 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 155 | 112 | 0 | 0.29 | 0.48 | 0.15 | 24.57 | 0.58 | 0.65 |
| Hex | D9 | 9B | 70 | 0 | 1D | 30 | F | 19 | 3A | 41 |
| Octal | 331 | 233 | 160 | 0 | 35 | 60 | 17 | 31 | 72 | 101 |
| Binary | 11011001 | 10011011 | 1110000 | 0 | 11101 | 110000 | 1111 | 11001 | 111010 | 1000001 |
Color Harmonies of #D99B70
Complementary color
Monochromatic Colors of #D99B70
Black with #D99B70
Text Example
Text Example
White with #D99B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99B70; }
p { color: rgb(217,155,112); }
H1.HeaderClassName
{
color: #D99B70;
}
.AnyTagClassName
{
color: #D99B70;
}
</style>
background-color css
<style>
a { background-color: #D99B70; }
a { background-color: rgb(217,155,112); }
div.DivClassName
{
background-color: #D99B70;
}
.BgClassName
{
background-color: #D99B70;
}
</style>
border-color css
<style>
span { border-color: #D99B70; }
span { border-color: rgb(217,155,112); }
td.TdClassName
{
border-color: #D99B70;
}
.TagClassName
{
border-color: #D99B70;
}
</style>