Shades of Feldspar #D09172
Tints of Feldspar #D09172
RGB
CMYK
RGB Variations
Color information
#D09172 (or 0xD09172) is known color: Feldspar. HEX triplet: D0, 91 and 72. RGB value is (208,145,114). Sum of RGB (Red+Green+Blue) = 208+145+114=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 145 (57.03% from 255 or 31.05% from 467); Blue value is 114 (44.92% from 255 or 24.41% from 467); Max value from RGB is 208 - color contains mainly: red. Hex color #D09172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09172 is #2F6E8D. Grayscale: #A0A0A0. Windows color (decimal): -3108494 or 7508432. OLE color: 7508432.
HSL color Cylindrical-coordinate representation of color #D09172: hue angle of 19.79º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D09172 is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 145 | 114 | - |
| CMYK | 0 | 0.30 | 0.45 | 0.18 |
| HSL | 19.79º | 0.5% | 0.63% | - |
| HSV(B) | 19.79º | 0.45% | 0.82% | - |
| XYZ | 39.18 | 34.88 | 20.59 | - |
| YUV | 160.3 | 101.87 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 145 | 114 | 0 | 0.30 | 0.45 | 0.18 | 19.79 | 0.5 | 0.63 |
| Hex | D0 | 91 | 72 | 0 | 1E | 2D | 12 | 14 | 32 | 3F |
| Octal | 320 | 221 | 162 | 0 | 36 | 55 | 22 | 24 | 62 | 77 |
| Binary | 11010000 | 10010001 | 1110010 | 0 | 11110 | 101101 | 10010 | 10100 | 110010 | 111111 |
Color Harmonies of #D09172
Complementary color
Monochromatic Colors of #D09172
Black with #D09172
Text Example
Text Example
White with #D09172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09172; }
p { color: rgb(208,145,114); }
H1.HeaderClassName
{
color: #D09172;
}
.AnyTagClassName
{
color: #D09172;
}
</style>
background-color css
<style>
a { background-color: #D09172; }
a { background-color: rgb(208,145,114); }
div.DivClassName
{
background-color: #D09172;
}
.BgClassName
{
background-color: #D09172;
}
</style>
border-color css
<style>
span { border-color: #D09172; }
span { border-color: rgb(208,145,114); }
td.TdClassName
{
border-color: #D09172;
}
.TagClassName
{
border-color: #D09172;
}
</style>