Shades of Feldspar #D69B80
Tints of Feldspar #D69B80
RGB
CMYK
RGB Variations
Color information
#D69B80 (or 0xD69B80) is known color: Feldspar. HEX triplet: D6, 9B and 80. RGB value is (214,155,128). Sum of RGB (Red+Green+Blue) = 214+155+128=497 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.06% from 497); Green value is 155 (60.94% from 255 or 31.19% from 497); Blue value is 128 (50.39% from 255 or 25.75% from 497); Max value from RGB is 214 - color contains mainly: red. Hex color #D69B80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69B80 is #29647F. Grayscale: #A9A9A9. Windows color (decimal): -2712704 or 8428502. OLE color: 8428502.
HSL color Cylindrical-coordinate representation of color #D69B80: hue angle of 18.84º 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 #D69B80 is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 155 | 128 | - |
| CMYK | 0 | 0.28 | 0.40 | 0.16 |
| HSL | 18.84º | 0.51% | 0.67% | - |
| HSV(B) | 18.84º | 0.4% | 0.84% | - |
| XYZ | 43.35 | 39.3 | 25.72 | - |
| YUV | 169.56 | 104.55 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 155 | 128 | 0 | 0.28 | 0.40 | 0.16 | 18.84 | 0.51 | 0.67 |
| Hex | D6 | 9B | 80 | 0 | 1C | 28 | 10 | 13 | 33 | 43 |
| Octal | 326 | 233 | 200 | 0 | 34 | 50 | 20 | 23 | 63 | 103 |
| Binary | 11010110 | 10011011 | 10000000 | 0 | 11100 | 101000 | 10000 | 10011 | 110011 | 1000011 |
Color Harmonies of #D69B80
Complementary color
Monochromatic Colors of #D69B80
Black with #D69B80
Text Example
Text Example
White with #D69B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69B80; }
p { color: rgb(214,155,128); }
H1.HeaderClassName
{
color: #D69B80;
}
.AnyTagClassName
{
color: #D69B80;
}
</style>
background-color css
<style>
a { background-color: #D69B80; }
a { background-color: rgb(214,155,128); }
div.DivClassName
{
background-color: #D69B80;
}
.BgClassName
{
background-color: #D69B80;
}
</style>
border-color css
<style>
span { border-color: #D69B80; }
span { border-color: rgb(214,155,128); }
td.TdClassName
{
border-color: #D69B80;
}
.TagClassName
{
border-color: #D69B80;
}
</style>