Shades of Feldspar #D69883
Tints of Feldspar #D69883
RGB
CMYK
RGB Variations
Color information
#D69883 (or 0xD69883) is known color: Feldspar. HEX triplet: D6, 98 and 83. RGB value is (214,152,131). Sum of RGB (Red+Green+Blue) = 214+152+131=497 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.06% from 497); Green value is 152 (59.77% from 255 or 30.58% from 497); Blue value is 131 (51.56% from 255 or 26.36% from 497); Max value from RGB is 214 - color contains mainly: red. Hex color #D69883 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69883 is #29677C. Grayscale: #A8A8A8. Windows color (decimal): -2713469 or 8624342. OLE color: 8624342.
HSL color Cylindrical-coordinate representation of color #D69883: hue angle of 15.18º 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 #D69883 is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 152 | 131 | - |
| CMYK | 0 | 0.29 | 0.39 | 0.16 |
| HSL | 15.18º | 0.5% | 0.68% | - |
| HSV(B) | 15.18º | 0.39% | 0.84% | - |
| XYZ | 43.06 | 38.39 | 26.61 | - |
| YUV | 168.14 | 107.04 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 152 | 131 | 0 | 0.29 | 0.39 | 0.16 | 15.18 | 0.5 | 0.68 |
| Hex | D6 | 98 | 83 | 0 | 1D | 27 | 10 | F | 32 | 44 |
| Octal | 326 | 230 | 203 | 0 | 35 | 47 | 20 | 17 | 62 | 104 |
| Binary | 11010110 | 10011000 | 10000011 | 0 | 11101 | 100111 | 10000 | 1111 | 110010 | 1000100 |
Color Harmonies of #D69883
Complementary color
Monochromatic Colors of #D69883
Black with #D69883
Text Example
Text Example
White with #D69883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69883; }
p { color: rgb(214,152,131); }
H1.HeaderClassName
{
color: #D69883;
}
.AnyTagClassName
{
color: #D69883;
}
</style>
background-color css
<style>
a { background-color: #D69883; }
a { background-color: rgb(214,152,131); }
div.DivClassName
{
background-color: #D69883;
}
.BgClassName
{
background-color: #D69883;
}
</style>
border-color css
<style>
span { border-color: #D69883; }
span { border-color: rgb(214,152,131); }
td.TdClassName
{
border-color: #D69883;
}
.TagClassName
{
border-color: #D69883;
}
</style>