Shades of Feldspar #D99572
Tints of Feldspar #D99572
RGB
CMYK
RGB Variations
Color information
#D99572 (or 0xD99572) is known color: Feldspar. HEX triplet: D9, 95 and 72. RGB value is (217,149,114). Sum of RGB (Red+Green+Blue) = 217+149+114=480 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.21% from 480); Green value is 149 (58.59% from 255 or 31.04% from 480); Blue value is 114 (44.92% from 255 or 23.75% from 480); Max value from RGB is 217 - color contains mainly: red. Hex color #D99572 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99572 is #266A8D. Grayscale: #A5A5A5. Windows color (decimal): -2517646 or 7509465. OLE color: 7509465.
HSL color Cylindrical-coordinate representation of color #D99572: hue angle of 20.39º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D99572 is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 149 | 114 | - |
| CMYK | 0 | 0.31 | 0.47 | 0.15 |
| HSL | 20.39º | 0.58% | 0.65% | - |
| HSV(B) | 20.39º | 0.47% | 0.85% | - |
| XYZ | 42.4 | 37.46 | 20.92 | - |
| YUV | 165.34 | 99.03 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 149 | 114 | 0 | 0.31 | 0.47 | 0.15 | 20.39 | 0.58 | 0.65 |
| Hex | D9 | 95 | 72 | 0 | 1F | 2F | F | 14 | 3A | 41 |
| Octal | 331 | 225 | 162 | 0 | 37 | 57 | 17 | 24 | 72 | 101 |
| Binary | 11011001 | 10010101 | 1110010 | 0 | 11111 | 101111 | 1111 | 10100 | 111010 | 1000001 |
Color Harmonies of #D99572
Complementary color
Monochromatic Colors of #D99572
Black with #D99572
Text Example
Text Example
White with #D99572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99572; }
p { color: rgb(217,149,114); }
H1.HeaderClassName
{
color: #D99572;
}
.AnyTagClassName
{
color: #D99572;
}
</style>
background-color css
<style>
a { background-color: #D99572; }
a { background-color: rgb(217,149,114); }
div.DivClassName
{
background-color: #D99572;
}
.BgClassName
{
background-color: #D99572;
}
</style>
border-color css
<style>
span { border-color: #D99572; }
span { border-color: rgb(217,149,114); }
td.TdClassName
{
border-color: #D99572;
}
.TagClassName
{
border-color: #D99572;
}
</style>