Shades of Feldspar #D69781
Tints of Feldspar #D69781
RGB
CMYK
RGB Variations
Color information
#D69781 (or 0xD69781) is known color: Feldspar. HEX triplet: D6, 97 and 81. RGB value is (214,151,129). Sum of RGB (Red+Green+Blue) = 214+151+129=494 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.32% from 494); Green value is 151 (59.38% from 255 or 30.57% from 494); Blue value is 129 (50.78% from 255 or 26.11% from 494); Max value from RGB is 214 - color contains mainly: red. Hex color #D69781 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69781 is #29687E. Grayscale: #A7A7A7. Windows color (decimal): -2713727 or 8493014. OLE color: 8493014.
HSL color Cylindrical-coordinate representation of color #D69781: hue angle of 15.53º 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 #D69781 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 151 | 129 | - |
| CMYK | 0 | 0.29 | 0.40 | 0.16 |
| HSL | 15.53º | 0.51% | 0.67% | - |
| HSV(B) | 15.53º | 0.4% | 0.84% | - |
| XYZ | 42.76 | 38.01 | 25.85 | - |
| YUV | 167.33 | 106.37 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 151 | 129 | 0 | 0.29 | 0.40 | 0.16 | 15.53 | 0.51 | 0.67 |
| Hex | D6 | 97 | 81 | 0 | 1D | 28 | 10 | 10 | 33 | 43 |
| Octal | 326 | 227 | 201 | 0 | 35 | 50 | 20 | 20 | 63 | 103 |
| Binary | 11010110 | 10010111 | 10000001 | 0 | 11101 | 101000 | 10000 | 10000 | 110011 | 1000011 |
Color Harmonies of #D69781
Complementary color
Monochromatic Colors of #D69781
Black with #D69781
Text Example
Text Example
White with #D69781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69781; }
p { color: rgb(214,151,129); }
H1.HeaderClassName
{
color: #D69781;
}
.AnyTagClassName
{
color: #D69781;
}
</style>
background-color css
<style>
a { background-color: #D69781; }
a { background-color: rgb(214,151,129); }
div.DivClassName
{
background-color: #D69781;
}
.BgClassName
{
background-color: #D69781;
}
</style>
border-color css
<style>
span { border-color: #D69781; }
span { border-color: rgb(214,151,129); }
td.TdClassName
{
border-color: #D69781;
}
.TagClassName
{
border-color: #D69781;
}
</style>