Shades of Feldspar #D69B7E
Tints of Feldspar #D69B7E
RGB
CMYK
RGB Variations
Color information
#D69B7E (or 0xD69B7E) is known color: Feldspar. HEX triplet: D6, 9B and 7E. RGB value is (214,155,126). Sum of RGB (Red+Green+Blue) = 214+155+126=495 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.23% from 495); Green value is 155 (60.94% from 255 or 31.31% from 495); Blue value is 126 (49.61% from 255 or 25.45% from 495); Max value from RGB is 214 - color contains mainly: red. Hex color #D69B7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69B7E is #296481. Grayscale: #A9A9A9. Windows color (decimal): -2712706 or 8297430. OLE color: 8297430.
HSL color Cylindrical-coordinate representation of color #D69B7E: hue angle of 19.77º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D69B7E is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 155 | 126 | - |
| CMYK | 0 | 0.28 | 0.41 | 0.16 |
| HSL | 19.77º | 0.52% | 0.67% | - |
| HSV(B) | 19.77º | 0.41% | 0.84% | - |
| XYZ | 43.22 | 39.25 | 25.04 | - |
| YUV | 169.34 | 103.55 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 155 | 126 | 0 | 0.28 | 0.41 | 0.16 | 19.77 | 0.52 | 0.67 |
| Hex | D6 | 9B | 7E | 0 | 1C | 29 | 10 | 14 | 34 | 43 |
| Octal | 326 | 233 | 176 | 0 | 34 | 51 | 20 | 24 | 64 | 103 |
| Binary | 11010110 | 10011011 | 1111110 | 0 | 11100 | 101001 | 10000 | 10100 | 110100 | 1000011 |
Color Harmonies of #D69B7E
Complementary color
Monochromatic Colors of #D69B7E
Black with #D69B7E
Text Example
Text Example
White with #D69B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69B7E; }
p { color: rgb(214,155,126); }
H1.HeaderClassName
{
color: #D69B7E;
}
.AnyTagClassName
{
color: #D69B7E;
}
</style>
background-color css
<style>
a { background-color: #D69B7E; }
a { background-color: rgb(214,155,126); }
div.DivClassName
{
background-color: #D69B7E;
}
.BgClassName
{
background-color: #D69B7E;
}
</style>
border-color css
<style>
span { border-color: #D69B7E; }
span { border-color: rgb(214,155,126); }
td.TdClassName
{
border-color: #D69B7E;
}
.TagClassName
{
border-color: #D69B7E;
}
</style>