Shades of Feldspar #D69076
Tints of Feldspar #D69076
RGB
CMYK
RGB Variations
Color information
#D69076 (or 0xD69076) is known color: Feldspar. HEX triplet: D6, 90 and 76. RGB value is (214,144,118). Sum of RGB (Red+Green+Blue) = 214+144+118=476 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.96% from 476); Green value is 144 (56.64% from 255 or 30.25% from 476); Blue value is 118 (46.48% from 255 or 24.79% from 476); Max value from RGB is 214 - color contains mainly: red. Hex color #D69076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69076 is #296F89. Grayscale: #A2A2A2. Windows color (decimal): -2715530 or 7770326. OLE color: 7770326.
HSL color Cylindrical-coordinate representation of color #D69076: hue angle of 16.25º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D69076 is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 144 | 118 | - |
| CMYK | 0 | 0.33 | 0.45 | 0.16 |
| HSL | 16.25º | 0.54% | 0.65% | - |
| HSV(B) | 16.25º | 0.45% | 0.84% | - |
| XYZ | 40.97 | 35.55 | 21.84 | - |
| YUV | 161.97 | 103.19 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 144 | 118 | 0 | 0.33 | 0.45 | 0.16 | 16.25 | 0.54 | 0.65 |
| Hex | D6 | 90 | 76 | 0 | 21 | 2D | 10 | 10 | 36 | 41 |
| Octal | 326 | 220 | 166 | 0 | 41 | 55 | 20 | 20 | 66 | 101 |
| Binary | 11010110 | 10010000 | 1110110 | 0 | 100001 | 101101 | 10000 | 10000 | 110110 | 1000001 |
Color Harmonies of #D69076
Complementary color
Monochromatic Colors of #D69076
Black with #D69076
Text Example
Text Example
White with #D69076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69076; }
p { color: rgb(214,144,118); }
H1.HeaderClassName
{
color: #D69076;
}
.AnyTagClassName
{
color: #D69076;
}
</style>
background-color css
<style>
a { background-color: #D69076; }
a { background-color: rgb(214,144,118); }
div.DivClassName
{
background-color: #D69076;
}
.BgClassName
{
background-color: #D69076;
}
</style>
border-color css
<style>
span { border-color: #D69076; }
span { border-color: rgb(214,144,118); }
td.TdClassName
{
border-color: #D69076;
}
.TagClassName
{
border-color: #D69076;
}
</style>