Shades of Feldspar #D69379
Tints of Feldspar #D69379
RGB
CMYK
RGB Variations
Color information
#D69379 (or 0xD69379) is known color: Feldspar. HEX triplet: D6, 93 and 79. RGB value is (214,147,121). Sum of RGB (Red+Green+Blue) = 214+147+121=482 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.40% from 482); Green value is 147 (57.81% from 255 or 30.50% from 482); Blue value is 121 (47.66% from 255 or 25.10% from 482); Max value from RGB is 214 - color contains mainly: red. Hex color #D69379 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69379 is #296C86. Grayscale: #A4A4A4. Windows color (decimal): -2714759 or 7967702. OLE color: 7967702.
HSL color Cylindrical-coordinate representation of color #D69379: hue angle of 16.77º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D69379 is Cyan = 0, Magento = 0.31, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 147 | 121 | - |
| CMYK | 0 | 0.31 | 0.43 | 0.16 |
| HSL | 16.77º | 0.53% | 0.66% | - |
| HSV(B) | 16.77º | 0.43% | 0.84% | - |
| XYZ | 41.62 | 36.54 | 22.95 | - |
| YUV | 164.07 | 103.7 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 147 | 121 | 0 | 0.31 | 0.43 | 0.16 | 16.77 | 0.53 | 0.66 |
| Hex | D6 | 93 | 79 | 0 | 1F | 2B | 10 | 11 | 35 | 42 |
| Octal | 326 | 223 | 171 | 0 | 37 | 53 | 20 | 21 | 65 | 102 |
| Binary | 11010110 | 10010011 | 1111001 | 0 | 11111 | 101011 | 10000 | 10001 | 110101 | 1000010 |
Color Harmonies of #D69379
Complementary color
Monochromatic Colors of #D69379
Black with #D69379
Text Example
Text Example
White with #D69379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69379; }
p { color: rgb(214,147,121); }
H1.HeaderClassName
{
color: #D69379;
}
.AnyTagClassName
{
color: #D69379;
}
</style>
background-color css
<style>
a { background-color: #D69379; }
a { background-color: rgb(214,147,121); }
div.DivClassName
{
background-color: #D69379;
}
.BgClassName
{
background-color: #D69379;
}
</style>
border-color css
<style>
span { border-color: #D69379; }
span { border-color: rgb(214,147,121); }
td.TdClassName
{
border-color: #D69379;
}
.TagClassName
{
border-color: #D69379;
}
</style>