Shades of Feldspar #D69376
Tints of Feldspar #D69376
RGB
CMYK
RGB Variations
Color information
#D69376 (or 0xD69376) is known color: Feldspar. HEX triplet: D6, 93 and 76. RGB value is (214,147,118). Sum of RGB (Red+Green+Blue) = 214+147+118=479 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.68% from 479); Green value is 147 (57.81% from 255 or 30.69% from 479); Blue value is 118 (46.48% from 255 or 24.63% from 479); Max value from RGB is 214 - color contains mainly: red. Hex color #D69376 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69376 is #296C89. Grayscale: #A3A3A3. Windows color (decimal): -2714762 or 7771094. OLE color: 7771094.
HSL color Cylindrical-coordinate representation of color #D69376: hue angle of 18.12º 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 #D69376 is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 147 | 118 | - |
| CMYK | 0 | 0.31 | 0.45 | 0.16 |
| HSL | 18.13º | 0.54% | 0.65% | - |
| HSV(B) | 18.13º | 0.45% | 0.84% | - |
| XYZ | 41.44 | 36.47 | 22 | - |
| YUV | 163.73 | 102.2 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 147 | 118 | 0 | 0.31 | 0.45 | 0.16 | 18.13 | 0.54 | 0.65 |
| Hex | D6 | 93 | 76 | 0 | 1F | 2D | 10 | 12 | 36 | 41 |
| Octal | 326 | 223 | 166 | 0 | 37 | 55 | 20 | 22 | 66 | 101 |
| Binary | 11010110 | 10010011 | 1110110 | 0 | 11111 | 101101 | 10000 | 10010 | 110110 | 1000001 |
Color Harmonies of #D69376
Complementary color
Monochromatic Colors of #D69376
Black with #D69376
Text Example
Text Example
White with #D69376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69376; }
p { color: rgb(214,147,118); }
H1.HeaderClassName
{
color: #D69376;
}
.AnyTagClassName
{
color: #D69376;
}
</style>
background-color css
<style>
a { background-color: #D69376; }
a { background-color: rgb(214,147,118); }
div.DivClassName
{
background-color: #D69376;
}
.BgClassName
{
background-color: #D69376;
}
</style>
border-color css
<style>
span { border-color: #D69376; }
span { border-color: rgb(214,147,118); }
td.TdClassName
{
border-color: #D69376;
}
.TagClassName
{
border-color: #D69376;
}
</style>