Shades of Feldspar #D69983
Tints of Feldspar #D69983
RGB
CMYK
RGB Variations
Color information
#D69983 (or 0xD69983) is known color: Feldspar. HEX triplet: D6, 99 and 83. RGB value is (214,153,131). Sum of RGB (Red+Green+Blue) = 214+153+131=498 (65% of max value = 765). Red value is 214 (83.98% from 255 or 42.97% from 498); Green value is 153 (60.16% from 255 or 30.72% from 498); Blue value is 131 (51.56% from 255 or 26.31% from 498); Max value from RGB is 214 - color contains mainly: red. Hex color #D69983 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69983 is #29667C. Grayscale: #A8A8A8. Windows color (decimal): -2713213 or 8624598. OLE color: 8624598.
HSL color Cylindrical-coordinate representation of color #D69983: hue angle of 15.9º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D69983 is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 153 | 131 | - |
| CMYK | 0 | 0.29 | 0.39 | 0.16 |
| HSL | 15.9º | 0.5% | 0.68% | - |
| HSV(B) | 15.9º | 0.39% | 0.84% | - |
| XYZ | 43.22 | 38.72 | 26.67 | - |
| YUV | 168.73 | 106.71 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 153 | 131 | 0 | 0.29 | 0.39 | 0.16 | 15.9 | 0.5 | 0.68 |
| Hex | D6 | 99 | 83 | 0 | 1D | 27 | 10 | 10 | 32 | 44 |
| Octal | 326 | 231 | 203 | 0 | 35 | 47 | 20 | 20 | 62 | 104 |
| Binary | 11010110 | 10011001 | 10000011 | 0 | 11101 | 100111 | 10000 | 10000 | 110010 | 1000100 |
Color Harmonies of #D69983
Complementary color
Monochromatic Colors of #D69983
Black with #D69983
Text Example
Text Example
White with #D69983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69983; }
p { color: rgb(214,153,131); }
H1.HeaderClassName
{
color: #D69983;
}
.AnyTagClassName
{
color: #D69983;
}
</style>
background-color css
<style>
a { background-color: #D69983; }
a { background-color: rgb(214,153,131); }
div.DivClassName
{
background-color: #D69983;
}
.BgClassName
{
background-color: #D69983;
}
</style>
border-color css
<style>
span { border-color: #D69983; }
span { border-color: rgb(214,153,131); }
td.TdClassName
{
border-color: #D69983;
}
.TagClassName
{
border-color: #D69983;
}
</style>