Shades of Feldspar #D69F72
Tints of Feldspar #D69F72
RGB
CMYK
RGB Variations
Color information
#D69F72 (or 0xD69F72) is known color: Feldspar. HEX triplet: D6, 9F and 72. RGB value is (214,159,114). Sum of RGB (Red+Green+Blue) = 214+159+114=487 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.94% from 487); Green value is 159 (62.5% from 255 or 32.65% from 487); Blue value is 114 (44.92% from 255 or 23.41% from 487); Max value from RGB is 214 - color contains mainly: red. Hex color #D69F72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69F72 is #29608D. Grayscale: #AAAAAA. Windows color (decimal): -2711694 or 7512022. OLE color: 7512022.
HSL color Cylindrical-coordinate representation of color #D69F72: hue angle of 27º 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 #D69F72 is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 159 | 114 | - |
| CMYK | 0 | 0.26 | 0.47 | 0.16 |
| HSL | 27º | 0.55% | 0.64% | - |
| HSV(B) | 27º | 0.47% | 0.84% | - |
| XYZ | 43.17 | 40.31 | 21.42 | - |
| YUV | 170.32 | 96.22 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 159 | 114 | 0 | 0.26 | 0.47 | 0.16 | 27 | 0.55 | 0.64 |
| Hex | D6 | 9F | 72 | 0 | 1A | 2F | 10 | 1B | 37 | 40 |
| Octal | 326 | 237 | 162 | 0 | 32 | 57 | 20 | 33 | 67 | 100 |
| Binary | 11010110 | 10011111 | 1110010 | 0 | 11010 | 101111 | 10000 | 11011 | 110111 | 1000000 |
Color Harmonies of #D69F72
Complementary color
Monochromatic Colors of #D69F72
Black with #D69F72
Text Example
Text Example
White with #D69F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69F72; }
p { color: rgb(214,159,114); }
H1.HeaderClassName
{
color: #D69F72;
}
.AnyTagClassName
{
color: #D69F72;
}
</style>
background-color css
<style>
a { background-color: #D69F72; }
a { background-color: rgb(214,159,114); }
div.DivClassName
{
background-color: #D69F72;
}
.BgClassName
{
background-color: #D69F72;
}
</style>
border-color css
<style>
span { border-color: #D69F72; }
span { border-color: rgb(214,159,114); }
td.TdClassName
{
border-color: #D69F72;
}
.TagClassName
{
border-color: #D69F72;
}
</style>