Shades of Feldspar #D78E72
Tints of Feldspar #D78E72
RGB
CMYK
RGB Variations
Color information
#D78E72 (or 0xD78E72) is known color: Feldspar. HEX triplet: D7, 8E and 72. RGB value is (215,142,114). Sum of RGB (Red+Green+Blue) = 215+142+114=471 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.65% from 471); Green value is 142 (55.86% from 255 or 30.15% from 471); Blue value is 114 (44.92% from 255 or 24.20% from 471); Max value from RGB is 215 - color contains mainly: red. Hex color #D78E72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78E72 is #28718D. Grayscale: #A0A0A0. Windows color (decimal): -2650510 or 7507671. OLE color: 7507671.
HSL color Cylindrical-coordinate representation of color #D78E72: hue angle of 16.63º 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 #D78E72 is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 142 | 114 | - |
| CMYK | 0 | 0.34 | 0.47 | 0.16 |
| HSL | 16.63º | 0.56% | 0.65% | - |
| HSV(B) | 16.63º | 0.47% | 0.84% | - |
| XYZ | 40.73 | 35.01 | 20.53 | - |
| YUV | 160.64 | 101.68 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 142 | 114 | 0 | 0.34 | 0.47 | 0.16 | 16.63 | 0.56 | 0.65 |
| Hex | D7 | 8E | 72 | 0 | 22 | 2F | 10 | 11 | 38 | 41 |
| Octal | 327 | 216 | 162 | 0 | 42 | 57 | 20 | 21 | 70 | 101 |
| Binary | 11010111 | 10001110 | 1110010 | 0 | 100010 | 101111 | 10000 | 10001 | 111000 | 1000001 |
Color Harmonies of #D78E72
Complementary color
Monochromatic Colors of #D78E72
Black with #D78E72
Text Example
Text Example
White with #D78E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78E72; }
p { color: rgb(215,142,114); }
H1.HeaderClassName
{
color: #D78E72;
}
.AnyTagClassName
{
color: #D78E72;
}
</style>
background-color css
<style>
a { background-color: #D78E72; }
a { background-color: rgb(215,142,114); }
div.DivClassName
{
background-color: #D78E72;
}
.BgClassName
{
background-color: #D78E72;
}
</style>
border-color css
<style>
span { border-color: #D78E72; }
span { border-color: rgb(215,142,114); }
td.TdClassName
{
border-color: #D78E72;
}
.TagClassName
{
border-color: #D78E72;
}
</style>