Shades of Feldspar #D69470
Tints of Feldspar #D69470
RGB
CMYK
RGB Variations
Color information
#D69470 (or 0xD69470) is known color: Feldspar. HEX triplet: D6, 94 and 70. RGB value is (214,148,112). Sum of RGB (Red+Green+Blue) = 214+148+112=474 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.15% from 474); Green value is 148 (58.20% from 255 or 31.22% from 474); Blue value is 112 (44.14% from 255 or 23.63% from 474); Max value from RGB is 214 - color contains mainly: red. Hex color #D69470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69470 is #296B8F. Grayscale: #A3A3A3. Windows color (decimal): -2714512 or 7378134. OLE color: 7378134.
HSL color Cylindrical-coordinate representation of color #D69470: hue angle of 21.18º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D69470 is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 148 | 112 | - |
| CMYK | 0 | 0.31 | 0.48 | 0.16 |
| HSL | 21.18º | 0.55% | 0.64% | - |
| HSV(B) | 21.18º | 0.48% | 0.84% | - |
| XYZ | 41.25 | 36.65 | 20.23 | - |
| YUV | 163.63 | 98.87 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 148 | 112 | 0 | 0.31 | 0.48 | 0.16 | 21.18 | 0.55 | 0.64 |
| Hex | D6 | 94 | 70 | 0 | 1F | 30 | 10 | 15 | 37 | 40 |
| Octal | 326 | 224 | 160 | 0 | 37 | 60 | 20 | 25 | 67 | 100 |
| Binary | 11010110 | 10010100 | 1110000 | 0 | 11111 | 110000 | 10000 | 10101 | 110111 | 1000000 |
Color Harmonies of #D69470
Complementary color
Monochromatic Colors of #D69470
Black with #D69470
Text Example
Text Example
White with #D69470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69470; }
p { color: rgb(214,148,112); }
H1.HeaderClassName
{
color: #D69470;
}
.AnyTagClassName
{
color: #D69470;
}
</style>
background-color css
<style>
a { background-color: #D69470; }
a { background-color: rgb(214,148,112); }
div.DivClassName
{
background-color: #D69470;
}
.BgClassName
{
background-color: #D69470;
}
</style>
border-color css
<style>
span { border-color: #D69470; }
span { border-color: rgb(214,148,112); }
td.TdClassName
{
border-color: #D69470;
}
.TagClassName
{
border-color: #D69470;
}
</style>