Shades of Feldspar #D69878
Tints of Feldspar #D69878
RGB
CMYK
RGB Variations
Color information
#D69878 (or 0xD69878) is known color: Feldspar. HEX triplet: D6, 98 and 78. RGB value is (214,152,120). Sum of RGB (Red+Green+Blue) = 214+152+120=486 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.03% from 486); Green value is 152 (59.77% from 255 or 31.28% from 486); Blue value is 120 (47.27% from 255 or 24.69% from 486); Max value from RGB is 214 - color contains mainly: red. Hex color #D69878 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69878 is #296787. Grayscale: #A7A7A7. Windows color (decimal): -2713480 or 7903446. OLE color: 7903446.
HSL color Cylindrical-coordinate representation of color #D69878: hue angle of 20.43º 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 #D69878 is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 152 | 120 | - |
| CMYK | 0 | 0.29 | 0.44 | 0.16 |
| HSL | 20.43º | 0.53% | 0.65% | - |
| HSV(B) | 20.43º | 0.44% | 0.84% | - |
| XYZ | 42.35 | 38.11 | 22.89 | - |
| YUV | 166.89 | 101.54 | 161.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 152 | 120 | 0 | 0.29 | 0.44 | 0.16 | 20.43 | 0.53 | 0.65 |
| Hex | D6 | 98 | 78 | 0 | 1D | 2C | 10 | 14 | 35 | 41 |
| Octal | 326 | 230 | 170 | 0 | 35 | 54 | 20 | 24 | 65 | 101 |
| Binary | 11010110 | 10011000 | 1111000 | 0 | 11101 | 101100 | 10000 | 10100 | 110101 | 1000001 |
Color Harmonies of #D69878
Complementary color
Monochromatic Colors of #D69878
Black with #D69878
Text Example
Text Example
White with #D69878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69878; }
p { color: rgb(214,152,120); }
H1.HeaderClassName
{
color: #D69878;
}
.AnyTagClassName
{
color: #D69878;
}
</style>
background-color css
<style>
a { background-color: #D69878; }
a { background-color: rgb(214,152,120); }
div.DivClassName
{
background-color: #D69878;
}
.BgClassName
{
background-color: #D69878;
}
</style>
border-color css
<style>
span { border-color: #D69878; }
span { border-color: rgb(214,152,120); }
td.TdClassName
{
border-color: #D69878;
}
.TagClassName
{
border-color: #D69878;
}
</style>