Shades of Feldspar #D69673
Tints of Feldspar #D69673
RGB
CMYK
RGB Variations
Color information
#D69673 (or 0xD69673) is known color: Feldspar. HEX triplet: D6, 96 and 73. RGB value is (214,150,115). Sum of RGB (Red+Green+Blue) = 214+150+115=479 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.68% from 479); Green value is 150 (58.98% from 255 or 31.32% from 479); Blue value is 115 (45.31% from 255 or 24.01% from 479); Max value from RGB is 214 - color contains mainly: red. Hex color #D69673 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69673 is #29698C. Grayscale: #A5A5A5. Windows color (decimal): -2713997 or 7575254. OLE color: 7575254.
HSL color Cylindrical-coordinate representation of color #D69673: hue angle of 21.21º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D69673 is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 150 | 115 | - |
| CMYK | 0 | 0.30 | 0.46 | 0.16 |
| HSL | 21.21º | 0.55% | 0.65% | - |
| HSV(B) | 21.21º | 0.46% | 0.84% | - |
| XYZ | 41.73 | 37.35 | 21.23 | - |
| YUV | 165.15 | 99.7 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 150 | 115 | 0 | 0.30 | 0.46 | 0.16 | 21.21 | 0.55 | 0.65 |
| Hex | D6 | 96 | 73 | 0 | 1E | 2E | 10 | 15 | 37 | 41 |
| Octal | 326 | 226 | 163 | 0 | 36 | 56 | 20 | 25 | 67 | 101 |
| Binary | 11010110 | 10010110 | 1110011 | 0 | 11110 | 101110 | 10000 | 10101 | 110111 | 1000001 |
Color Harmonies of #D69673
Complementary color
Monochromatic Colors of #D69673
Black with #D69673
Text Example
Text Example
White with #D69673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69673; }
p { color: rgb(214,150,115); }
H1.HeaderClassName
{
color: #D69673;
}
.AnyTagClassName
{
color: #D69673;
}
</style>
background-color css
<style>
a { background-color: #D69673; }
a { background-color: rgb(214,150,115); }
div.DivClassName
{
background-color: #D69673;
}
.BgClassName
{
background-color: #D69673;
}
</style>
border-color css
<style>
span { border-color: #D69673; }
span { border-color: rgb(214,150,115); }
td.TdClassName
{
border-color: #D69673;
}
.TagClassName
{
border-color: #D69673;
}
</style>