Shades of Feldspar #D69474
Tints of Feldspar #D69474
RGB
CMYK
RGB Variations
Color information
#D69474 (or 0xD69474) is known color: Feldspar. HEX triplet: D6, 94 and 74. RGB value is (214,148,116). Sum of RGB (Red+Green+Blue) = 214+148+116=478 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.77% from 478); Green value is 148 (58.20% from 255 or 30.96% from 478); Blue value is 116 (45.70% from 255 or 24.27% from 478); Max value from RGB is 214 - color contains mainly: red. Hex color #D69474 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69474 is #296B8B. Grayscale: #A4A4A4. Windows color (decimal): -2714508 or 7640278. OLE color: 7640278.
HSL color Cylindrical-coordinate representation of color #D69474: hue angle of 19.59º 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 #D69474 is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 148 | 116 | - |
| CMYK | 0 | 0.31 | 0.46 | 0.16 |
| HSL | 19.59º | 0.54% | 0.65% | - |
| HSV(B) | 19.59º | 0.46% | 0.84% | - |
| XYZ | 41.47 | 36.74 | 21.43 | - |
| YUV | 164.09 | 100.87 | 163.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 148 | 116 | 0 | 0.31 | 0.46 | 0.16 | 19.59 | 0.54 | 0.65 |
| Hex | D6 | 94 | 74 | 0 | 1F | 2E | 10 | 14 | 36 | 41 |
| Octal | 326 | 224 | 164 | 0 | 37 | 56 | 20 | 24 | 66 | 101 |
| Binary | 11010110 | 10010100 | 1110100 | 0 | 11111 | 101110 | 10000 | 10100 | 110110 | 1000001 |
Color Harmonies of #D69474
Complementary color
Monochromatic Colors of #D69474
Black with #D69474
Text Example
Text Example
White with #D69474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69474; }
p { color: rgb(214,148,116); }
H1.HeaderClassName
{
color: #D69474;
}
.AnyTagClassName
{
color: #D69474;
}
</style>
background-color css
<style>
a { background-color: #D69474; }
a { background-color: rgb(214,148,116); }
div.DivClassName
{
background-color: #D69474;
}
.BgClassName
{
background-color: #D69474;
}
</style>
border-color css
<style>
span { border-color: #D69474; }
span { border-color: rgb(214,148,116); }
td.TdClassName
{
border-color: #D69474;
}
.TagClassName
{
border-color: #D69474;
}
</style>