Shades of Feldspar #D69972
Tints of Feldspar #D69972
RGB
CMYK
RGB Variations
Color information
#D69972 (or 0xD69972) is known color: Feldspar. HEX triplet: D6, 99 and 72. RGB value is (214,153,114). Sum of RGB (Red+Green+Blue) = 214+153+114=481 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.49% from 481); Green value is 153 (60.16% from 255 or 31.81% from 481); Blue value is 114 (44.92% from 255 or 23.70% from 481); Max value from RGB is 214 - color contains mainly: red. Hex color #D69972 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69972 is #29668D. Grayscale: #A7A7A7. Windows color (decimal): -2713230 or 7510486. OLE color: 7510486.
HSL color Cylindrical-coordinate representation of color #D69972: hue angle of 23.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 #D69972 is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 153 | 114 | - |
| CMYK | 0 | 0.29 | 0.47 | 0.16 |
| HSL | 23.4º | 0.55% | 0.64% | - |
| HSV(B) | 23.4º | 0.47% | 0.84% | - |
| XYZ | 42.16 | 38.29 | 21.09 | - |
| YUV | 166.79 | 98.21 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 153 | 114 | 0 | 0.29 | 0.47 | 0.16 | 23.4 | 0.55 | 0.64 |
| Hex | D6 | 99 | 72 | 0 | 1D | 2F | 10 | 17 | 37 | 40 |
| Octal | 326 | 231 | 162 | 0 | 35 | 57 | 20 | 27 | 67 | 100 |
| Binary | 11010110 | 10011001 | 1110010 | 0 | 11101 | 101111 | 10000 | 10111 | 110111 | 1000000 |
Color Harmonies of #D69972
Complementary color
Monochromatic Colors of #D69972
Black with #D69972
Text Example
Text Example
White with #D69972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69972; }
p { color: rgb(214,153,114); }
H1.HeaderClassName
{
color: #D69972;
}
.AnyTagClassName
{
color: #D69972;
}
</style>
background-color css
<style>
a { background-color: #D69972; }
a { background-color: rgb(214,153,114); }
div.DivClassName
{
background-color: #D69972;
}
.BgClassName
{
background-color: #D69972;
}
</style>
border-color css
<style>
span { border-color: #D69972; }
span { border-color: rgb(214,153,114); }
td.TdClassName
{
border-color: #D69972;
}
.TagClassName
{
border-color: #D69972;
}
</style>