Shades of Feldspar #D99A7A
Tints of Feldspar #D99A7A
RGB
CMYK
RGB Variations
Color information
#D99A7A (or 0xD99A7A) is known color: Feldspar. HEX triplet: D9, 9A and 7A. RGB value is (217,154,122). Sum of RGB (Red+Green+Blue) = 217+154+122=493 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.02% from 493); Green value is 154 (60.55% from 255 or 31.24% from 493); Blue value is 122 (48.05% from 255 or 24.75% from 493); Max value from RGB is 217 - color contains mainly: red. Hex color #D99A7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99A7A is #266585. Grayscale: #A9A9A9. Windows color (decimal): -2516358 or 8035033. OLE color: 8035033.
HSL color Cylindrical-coordinate representation of color #D99A7A: hue angle of 20.21º 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 #D99A7A is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 154 | 122 | - |
| CMYK | 0 | 0.29 | 0.44 | 0.15 |
| HSL | 20.21º | 0.56% | 0.66% | - |
| HSV(B) | 20.21º | 0.44% | 0.85% | - |
| XYZ | 43.68 | 39.27 | 23.69 | - |
| YUV | 169.19 | 101.37 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 154 | 122 | 0 | 0.29 | 0.44 | 0.15 | 20.21 | 0.56 | 0.66 |
| Hex | D9 | 9A | 7A | 0 | 1D | 2C | F | 14 | 38 | 42 |
| Octal | 331 | 232 | 172 | 0 | 35 | 54 | 17 | 24 | 70 | 102 |
| Binary | 11011001 | 10011010 | 1111010 | 0 | 11101 | 101100 | 1111 | 10100 | 111000 | 1000010 |
Color Harmonies of #D99A7A
Complementary color
Monochromatic Colors of #D99A7A
Black with #D99A7A
Text Example
Text Example
White with #D99A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99A7A; }
p { color: rgb(217,154,122); }
H1.HeaderClassName
{
color: #D99A7A;
}
.AnyTagClassName
{
color: #D99A7A;
}
</style>
background-color css
<style>
a { background-color: #D99A7A; }
a { background-color: rgb(217,154,122); }
div.DivClassName
{
background-color: #D99A7A;
}
.BgClassName
{
background-color: #D99A7A;
}
</style>
border-color css
<style>
span { border-color: #D99A7A; }
span { border-color: rgb(217,154,122); }
td.TdClassName
{
border-color: #D99A7A;
}
.TagClassName
{
border-color: #D99A7A;
}
</style>