Shades of Feldspar #D69172
Tints of Feldspar #D69172
RGB
CMYK
RGB Variations
Color information
#D69172 (or 0xD69172) is known color: Feldspar. HEX triplet: D6, 91 and 72. RGB value is (214,145,114). Sum of RGB (Red+Green+Blue) = 214+145+114=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 145 (57.03% from 255 or 30.66% from 473); Blue value is 114 (44.92% from 255 or 24.10% from 473); Max value from RGB is 214 - color contains mainly: red. Hex color #D69172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69172 is #296E8D. Grayscale: #A2A2A2. Windows color (decimal): -2715278 or 7508438. OLE color: 7508438.
HSL color Cylindrical-coordinate representation of color #D69172: hue angle of 18.6º 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 #D69172 is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 145 | 114 | - |
| CMYK | 0 | 0.32 | 0.47 | 0.16 |
| HSL | 18.6º | 0.55% | 0.64% | - |
| HSV(B) | 18.6º | 0.47% | 0.84% | - |
| XYZ | 40.89 | 35.76 | 20.67 | - |
| YUV | 162.1 | 100.86 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 145 | 114 | 0 | 0.32 | 0.47 | 0.16 | 18.6 | 0.55 | 0.64 |
| Hex | D6 | 91 | 72 | 0 | 20 | 2F | 10 | 13 | 37 | 40 |
| Octal | 326 | 221 | 162 | 0 | 40 | 57 | 20 | 23 | 67 | 100 |
| Binary | 11010110 | 10010001 | 1110010 | 0 | 100000 | 101111 | 10000 | 10011 | 110111 | 1000000 |
Color Harmonies of #D69172
Complementary color
Monochromatic Colors of #D69172
Black with #D69172
Text Example
Text Example
White with #D69172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69172; }
p { color: rgb(214,145,114); }
H1.HeaderClassName
{
color: #D69172;
}
.AnyTagClassName
{
color: #D69172;
}
</style>
background-color css
<style>
a { background-color: #D69172; }
a { background-color: rgb(214,145,114); }
div.DivClassName
{
background-color: #D69172;
}
.BgClassName
{
background-color: #D69172;
}
</style>
border-color css
<style>
span { border-color: #D69172; }
span { border-color: rgb(214,145,114); }
td.TdClassName
{
border-color: #D69172;
}
.TagClassName
{
border-color: #D69172;
}
</style>