Shades of Feldspar #D69170
Tints of Feldspar #D69170
RGB
CMYK
RGB Variations
Color information
#D69170 (or 0xD69170) is known color: Feldspar. HEX triplet: D6, 91 and 70. RGB value is (214,145,112). Sum of RGB (Red+Green+Blue) = 214+145+112=471 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.44% from 471); Green value is 145 (57.03% from 255 or 30.79% from 471); Blue value is 112 (44.14% from 255 or 23.78% from 471); Max value from RGB is 214 - color contains mainly: red. Hex color #D69170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69170 is #296E8F. Grayscale: #A2A2A2. Windows color (decimal): -2715280 or 7377366. OLE color: 7377366.
HSL color Cylindrical-coordinate representation of color #D69170: hue angle of 19.41º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D69170 is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 145 | 112 | - |
| CMYK | 0 | 0.32 | 0.48 | 0.16 |
| HSL | 19.41º | 0.55% | 0.64% | - |
| HSV(B) | 19.41º | 0.48% | 0.84% | - |
| XYZ | 40.78 | 35.72 | 20.07 | - |
| YUV | 161.87 | 99.86 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 145 | 112 | 0 | 0.32 | 0.48 | 0.16 | 19.41 | 0.55 | 0.64 |
| Hex | D6 | 91 | 70 | 0 | 20 | 30 | 10 | 13 | 37 | 40 |
| Octal | 326 | 221 | 160 | 0 | 40 | 60 | 20 | 23 | 67 | 100 |
| Binary | 11010110 | 10010001 | 1110000 | 0 | 100000 | 110000 | 10000 | 10011 | 110111 | 1000000 |
Color Harmonies of #D69170
Complementary color
Monochromatic Colors of #D69170
Black with #D69170
Text Example
Text Example
White with #D69170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69170; }
p { color: rgb(214,145,112); }
H1.HeaderClassName
{
color: #D69170;
}
.AnyTagClassName
{
color: #D69170;
}
</style>
background-color css
<style>
a { background-color: #D69170; }
a { background-color: rgb(214,145,112); }
div.DivClassName
{
background-color: #D69170;
}
.BgClassName
{
background-color: #D69170;
}
</style>
border-color css
<style>
span { border-color: #D69170; }
span { border-color: rgb(214,145,112); }
td.TdClassName
{
border-color: #D69170;
}
.TagClassName
{
border-color: #D69170;
}
</style>