Shades of Feldspar #D69472
Tints of Feldspar #D69472
RGB
CMYK
RGB Variations
Color information
#D69472 (or 0xD69472) is known color: Feldspar. HEX triplet: D6, 94 and 72. RGB value is (214,148,114). Sum of RGB (Red+Green+Blue) = 214+148+114=476 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.96% from 476); Green value is 148 (58.20% from 255 or 31.09% from 476); Blue value is 114 (44.92% from 255 or 23.95% from 476); Max value from RGB is 214 - color contains mainly: red. Hex color #D69472 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69472 is #296B8D. Grayscale: #A4A4A4. Windows color (decimal): -2714510 or 7509206. OLE color: 7509206.
HSL color Cylindrical-coordinate representation of color #D69472: hue angle of 20.4º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D69472 is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 148 | 114 | - |
| CMYK | 0 | 0.31 | 0.47 | 0.16 |
| HSL | 20.4º | 0.55% | 0.64% | - |
| HSV(B) | 20.4º | 0.47% | 0.84% | - |
| XYZ | 41.36 | 36.69 | 20.82 | - |
| YUV | 163.86 | 99.87 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 148 | 114 | 0 | 0.31 | 0.47 | 0.16 | 20.4 | 0.55 | 0.64 |
| Hex | D6 | 94 | 72 | 0 | 1F | 2F | 10 | 14 | 37 | 40 |
| Octal | 326 | 224 | 162 | 0 | 37 | 57 | 20 | 24 | 67 | 100 |
| Binary | 11010110 | 10010100 | 1110010 | 0 | 11111 | 101111 | 10000 | 10100 | 110111 | 1000000 |
Color Harmonies of #D69472
Complementary color
Monochromatic Colors of #D69472
Black with #D69472
Text Example
Text Example
White with #D69472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69472; }
p { color: rgb(214,148,114); }
H1.HeaderClassName
{
color: #D69472;
}
.AnyTagClassName
{
color: #D69472;
}
</style>
background-color css
<style>
a { background-color: #D69472; }
a { background-color: rgb(214,148,114); }
div.DivClassName
{
background-color: #D69472;
}
.BgClassName
{
background-color: #D69472;
}
</style>
border-color css
<style>
span { border-color: #D69472; }
span { border-color: rgb(214,148,114); }
td.TdClassName
{
border-color: #D69472;
}
.TagClassName
{
border-color: #D69472;
}
</style>