Shades of Feldspar #D69078
Tints of Feldspar #D69078
RGB
CMYK
RGB Variations
Color information
#D69078 (or 0xD69078) is known color: Feldspar. HEX triplet: D6, 90 and 78. RGB value is (214,144,120). Sum of RGB (Red+Green+Blue) = 214+144+120=478 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.77% from 478); Green value is 144 (56.64% from 255 or 30.13% from 478); Blue value is 120 (47.27% from 255 or 25.10% from 478); Max value from RGB is 214 - color contains mainly: red. Hex color #D69078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69078 is #296F87. Grayscale: #A2A2A2. Windows color (decimal): -2715528 or 7901398. OLE color: 7901398.
HSL color Cylindrical-coordinate representation of color #D69078: hue angle of 15.32º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D69078 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 144 | 120 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.16 |
| HSL | 15.32º | 0.53% | 0.65% | - |
| HSV(B) | 15.32º | 0.44% | 0.84% | - |
| XYZ | 41.09 | 35.6 | 22.47 | - |
| YUV | 162.19 | 104.19 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 144 | 120 | 0 | 0.33 | 0.44 | 0.16 | 15.32 | 0.53 | 0.65 |
| Hex | D6 | 90 | 78 | 0 | 21 | 2C | 10 | F | 35 | 41 |
| Octal | 326 | 220 | 170 | 0 | 41 | 54 | 20 | 17 | 65 | 101 |
| Binary | 11010110 | 10010000 | 1111000 | 0 | 100001 | 101100 | 10000 | 1111 | 110101 | 1000001 |
Color Harmonies of #D69078
Complementary color
Monochromatic Colors of #D69078
Black with #D69078
Text Example
Text Example
White with #D69078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69078; }
p { color: rgb(214,144,120); }
H1.HeaderClassName
{
color: #D69078;
}
.AnyTagClassName
{
color: #D69078;
}
</style>
background-color css
<style>
a { background-color: #D69078; }
a { background-color: rgb(214,144,120); }
div.DivClassName
{
background-color: #D69078;
}
.BgClassName
{
background-color: #D69078;
}
</style>
border-color css
<style>
span { border-color: #D69078; }
span { border-color: rgb(214,144,120); }
td.TdClassName
{
border-color: #D69078;
}
.TagClassName
{
border-color: #D69078;
}
</style>