Shades of Feldspar #D69477
Tints of Feldspar #D69477
RGB
CMYK
RGB Variations
Color information
#D69477 (or 0xD69477) is known color: Feldspar. HEX triplet: D6, 94 and 77. RGB value is (214,148,119). Sum of RGB (Red+Green+Blue) = 214+148+119=481 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.49% from 481); Green value is 148 (58.20% from 255 or 30.77% from 481); Blue value is 119 (46.88% from 255 or 24.74% from 481); Max value from RGB is 214 - color contains mainly: red. Hex color #D69477 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69477 is #296B88. Grayscale: #A4A4A4. Windows color (decimal): -2714505 or 7836886. OLE color: 7836886.
HSL color Cylindrical-coordinate representation of color #D69477: hue angle of 18.32º degrees, saturation: 0.54, 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 #D69477 is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 148 | 119 | - |
| CMYK | 0 | 0.31 | 0.44 | 0.16 |
| HSL | 18.32º | 0.54% | 0.65% | - |
| HSV(B) | 18.32º | 0.44% | 0.84% | - |
| XYZ | 41.65 | 36.81 | 22.36 | - |
| YUV | 164.43 | 102.37 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 148 | 119 | 0 | 0.31 | 0.44 | 0.16 | 18.32 | 0.54 | 0.65 |
| Hex | D6 | 94 | 77 | 0 | 1F | 2C | 10 | 12 | 36 | 41 |
| Octal | 326 | 224 | 167 | 0 | 37 | 54 | 20 | 22 | 66 | 101 |
| Binary | 11010110 | 10010100 | 1110111 | 0 | 11111 | 101100 | 10000 | 10010 | 110110 | 1000001 |
Color Harmonies of #D69477
Complementary color
Monochromatic Colors of #D69477
Black with #D69477
Text Example
Text Example
White with #D69477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69477; }
p { color: rgb(214,148,119); }
H1.HeaderClassName
{
color: #D69477;
}
.AnyTagClassName
{
color: #D69477;
}
</style>
background-color css
<style>
a { background-color: #D69477; }
a { background-color: rgb(214,148,119); }
div.DivClassName
{
background-color: #D69477;
}
.BgClassName
{
background-color: #D69477;
}
</style>
border-color css
<style>
span { border-color: #D69477; }
span { border-color: rgb(214,148,119); }
td.TdClassName
{
border-color: #D69477;
}
.TagClassName
{
border-color: #D69477;
}
</style>