Shades of Feldspar #D69B7F
Tints of Feldspar #D69B7F
RGB
CMYK
RGB Variations
Color information
#D69B7F (or 0xD69B7F) is known color: Feldspar. HEX triplet: D6, 9B and 7F. RGB value is (214,155,127). Sum of RGB (Red+Green+Blue) = 214+155+127=496 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.15% from 496); Green value is 155 (60.94% from 255 or 31.25% from 496); Blue value is 127 (50% from 255 or 25.60% from 496); Max value from RGB is 214 - color contains mainly: red. Hex color #D69B7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69B7F is #296480. Grayscale: #A9A9A9. Windows color (decimal): -2712705 or 8362966. OLE color: 8362966.
HSL color Cylindrical-coordinate representation of color #D69B7F: hue angle of 19.31º degrees, saturation: 0.51, 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 #D69B7F is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 155 | 127 | - |
| CMYK | 0 | 0.28 | 0.41 | 0.16 |
| HSL | 19.31º | 0.51% | 0.67% | - |
| HSV(B) | 19.31º | 0.41% | 0.84% | - |
| XYZ | 43.28 | 39.27 | 25.38 | - |
| YUV | 169.45 | 104.05 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 155 | 127 | 0 | 0.28 | 0.41 | 0.16 | 19.31 | 0.51 | 0.67 |
| Hex | D6 | 9B | 7F | 0 | 1C | 29 | 10 | 13 | 33 | 43 |
| Octal | 326 | 233 | 177 | 0 | 34 | 51 | 20 | 23 | 63 | 103 |
| Binary | 11010110 | 10011011 | 1111111 | 0 | 11100 | 101001 | 10000 | 10011 | 110011 | 1000011 |
Color Harmonies of #D69B7F
Complementary color
Monochromatic Colors of #D69B7F
Black with #D69B7F
Text Example
Text Example
White with #D69B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69B7F; }
p { color: rgb(214,155,127); }
H1.HeaderClassName
{
color: #D69B7F;
}
.AnyTagClassName
{
color: #D69B7F;
}
</style>
background-color css
<style>
a { background-color: #D69B7F; }
a { background-color: rgb(214,155,127); }
div.DivClassName
{
background-color: #D69B7F;
}
.BgClassName
{
background-color: #D69B7F;
}
</style>
border-color css
<style>
span { border-color: #D69B7F; }
span { border-color: rgb(214,155,127); }
td.TdClassName
{
border-color: #D69B7F;
}
.TagClassName
{
border-color: #D69B7F;
}
</style>