Shades of Feldspar #D69881
Tints of Feldspar #D69881
RGB
CMYK
RGB Variations
Color information
#D69881 (or 0xD69881) is known color: Feldspar. HEX triplet: D6, 98 and 81. RGB value is (214,152,129). Sum of RGB (Red+Green+Blue) = 214+152+129=495 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.23% from 495); Green value is 152 (59.77% from 255 or 30.71% from 495); Blue value is 129 (50.78% from 255 or 26.06% from 495); Max value from RGB is 214 - color contains mainly: red. Hex color #D69881 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69881 is #29677E. Grayscale: #A8A8A8. Windows color (decimal): -2713471 or 8493270. OLE color: 8493270.
HSL color Cylindrical-coordinate representation of color #D69881: hue angle of 16.24º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D69881 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 152 | 129 | - |
| CMYK | 0 | 0.29 | 0.40 | 0.16 |
| HSL | 16.24º | 0.51% | 0.67% | - |
| HSV(B) | 16.24º | 0.4% | 0.84% | - |
| XYZ | 42.92 | 38.34 | 25.91 | - |
| YUV | 167.92 | 106.04 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 152 | 129 | 0 | 0.29 | 0.40 | 0.16 | 16.24 | 0.51 | 0.67 |
| Hex | D6 | 98 | 81 | 0 | 1D | 28 | 10 | 10 | 33 | 43 |
| Octal | 326 | 230 | 201 | 0 | 35 | 50 | 20 | 20 | 63 | 103 |
| Binary | 11010110 | 10011000 | 10000001 | 0 | 11101 | 101000 | 10000 | 10000 | 110011 | 1000011 |
Color Harmonies of #D69881
Complementary color
Monochromatic Colors of #D69881
Black with #D69881
Text Example
Text Example
White with #D69881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69881; }
p { color: rgb(214,152,129); }
H1.HeaderClassName
{
color: #D69881;
}
.AnyTagClassName
{
color: #D69881;
}
</style>
background-color css
<style>
a { background-color: #D69881; }
a { background-color: rgb(214,152,129); }
div.DivClassName
{
background-color: #D69881;
}
.BgClassName
{
background-color: #D69881;
}
</style>
border-color css
<style>
span { border-color: #D69881; }
span { border-color: rgb(214,152,129); }
td.TdClassName
{
border-color: #D69881;
}
.TagClassName
{
border-color: #D69881;
}
</style>