Shades of Feldspar #D69574
Tints of Feldspar #D69574
RGB
CMYK
RGB Variations
Color information
#D69574 (or 0xD69574) is known color: Feldspar. HEX triplet: D6, 95 and 74. RGB value is (214,149,116). Sum of RGB (Red+Green+Blue) = 214+149+116=479 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.68% from 479); Green value is 149 (58.59% from 255 or 31.11% from 479); Blue value is 116 (45.70% from 255 or 24.22% from 479); Max value from RGB is 214 - color contains mainly: red. Hex color #D69574 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69574 is #296A8B. Grayscale: #A4A4A4. Windows color (decimal): -2714252 or 7640534. OLE color: 7640534.
HSL color Cylindrical-coordinate representation of color #D69574: hue angle of 20.2º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D69574 is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 149 | 116 | - |
| CMYK | 0 | 0.30 | 0.46 | 0.16 |
| HSL | 20.2º | 0.54% | 0.65% | - |
| HSV(B) | 20.2º | 0.46% | 0.84% | - |
| XYZ | 41.63 | 37.05 | 21.48 | - |
| YUV | 164.67 | 100.53 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 149 | 116 | 0 | 0.30 | 0.46 | 0.16 | 20.2 | 0.54 | 0.65 |
| Hex | D6 | 95 | 74 | 0 | 1E | 2E | 10 | 14 | 36 | 41 |
| Octal | 326 | 225 | 164 | 0 | 36 | 56 | 20 | 24 | 66 | 101 |
| Binary | 11010110 | 10010101 | 1110100 | 0 | 11110 | 101110 | 10000 | 10100 | 110110 | 1000001 |
Color Harmonies of #D69574
Complementary color
Monochromatic Colors of #D69574
Black with #D69574
Text Example
Text Example
White with #D69574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69574; }
p { color: rgb(214,149,116); }
H1.HeaderClassName
{
color: #D69574;
}
.AnyTagClassName
{
color: #D69574;
}
</style>
background-color css
<style>
a { background-color: #D69574; }
a { background-color: rgb(214,149,116); }
div.DivClassName
{
background-color: #D69574;
}
.BgClassName
{
background-color: #D69574;
}
</style>
border-color css
<style>
span { border-color: #D69574; }
span { border-color: rgb(214,149,116); }
td.TdClassName
{
border-color: #D69574;
}
.TagClassName
{
border-color: #D69574;
}
</style>