Shades of Feldspar #D79272
Tints of Feldspar #D79272
RGB
CMYK
RGB Variations
Color information
#D79272 (or 0xD79272) is known color: Feldspar. HEX triplet: D7, 92 and 72. RGB value is (215,146,114). Sum of RGB (Red+Green+Blue) = 215+146+114=475 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.26% from 475); Green value is 146 (57.42% from 255 or 30.74% from 475); Blue value is 114 (44.92% from 255 or 24% from 475); Max value from RGB is 215 - color contains mainly: red. Hex color #D79272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79272 is #286D8D. Grayscale: #A3A3A3. Windows color (decimal): -2649486 or 7508695. OLE color: 7508695.
HSL color Cylindrical-coordinate representation of color #D79272: hue angle of 19.01º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D79272 is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 146 | 114 | - |
| CMYK | 0 | 0.32 | 0.47 | 0.16 |
| HSL | 19.01º | 0.56% | 0.65% | - |
| HSV(B) | 19.01º | 0.47% | 0.84% | - |
| XYZ | 41.34 | 36.22 | 20.73 | - |
| YUV | 162.98 | 100.36 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 146 | 114 | 0 | 0.32 | 0.47 | 0.16 | 19.01 | 0.56 | 0.65 |
| Hex | D7 | 92 | 72 | 0 | 20 | 2F | 10 | 13 | 38 | 41 |
| Octal | 327 | 222 | 162 | 0 | 40 | 57 | 20 | 23 | 70 | 101 |
| Binary | 11010111 | 10010010 | 1110010 | 0 | 100000 | 101111 | 10000 | 10011 | 111000 | 1000001 |
Color Harmonies of #D79272
Complementary color
Monochromatic Colors of #D79272
Black with #D79272
Text Example
Text Example
White with #D79272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79272; }
p { color: rgb(215,146,114); }
H1.HeaderClassName
{
color: #D79272;
}
.AnyTagClassName
{
color: #D79272;
}
</style>
background-color css
<style>
a { background-color: #D79272; }
a { background-color: rgb(215,146,114); }
div.DivClassName
{
background-color: #D79272;
}
.BgClassName
{
background-color: #D79272;
}
</style>
border-color css
<style>
span { border-color: #D79272; }
span { border-color: rgb(215,146,114); }
td.TdClassName
{
border-color: #D79272;
}
.TagClassName
{
border-color: #D79272;
}
</style>