Shades of Feldspar #D09780
Tints of Feldspar #D09780
RGB
CMYK
RGB Variations
Color information
#D09780 (or 0xD09780) is known color: Feldspar. HEX triplet: D0, 97 and 80. RGB value is (208,151,128). Sum of RGB (Red+Green+Blue) = 208+151+128=487 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.71% from 487); Green value is 151 (59.38% from 255 or 31.01% from 487); Blue value is 128 (50.39% from 255 or 26.28% from 487); Max value from RGB is 208 - color contains mainly: red. Hex color #D09780 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09780 is #2F687F. Grayscale: #A5A5A5. Windows color (decimal): -3106944 or 8427472. OLE color: 8427472.
HSL color Cylindrical-coordinate representation of color #D09780: hue angle of 17.25º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D09780 is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 151 | 128 | - |
| CMYK | 0 | 0.27 | 0.38 | 0.18 |
| HSL | 17.25º | 0.46% | 0.66% | - |
| HSV(B) | 17.25º | 0.38% | 0.82% | - |
| XYZ | 40.98 | 37.1 | 25.42 | - |
| YUV | 165.42 | 106.88 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 151 | 128 | 0 | 0.27 | 0.38 | 0.18 | 17.25 | 0.46 | 0.66 |
| Hex | D0 | 97 | 80 | 0 | 1B | 26 | 12 | 11 | 2E | 42 |
| Octal | 320 | 227 | 200 | 0 | 33 | 46 | 22 | 21 | 56 | 102 |
| Binary | 11010000 | 10010111 | 10000000 | 0 | 11011 | 100110 | 10010 | 10001 | 101110 | 1000010 |
Color Harmonies of #D09780
Complementary color
Monochromatic Colors of #D09780
Black with #D09780
Text Example
Text Example
White with #D09780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09780; }
p { color: rgb(208,151,128); }
H1.HeaderClassName
{
color: #D09780;
}
.AnyTagClassName
{
color: #D09780;
}
</style>
background-color css
<style>
a { background-color: #D09780; }
a { background-color: rgb(208,151,128); }
div.DivClassName
{
background-color: #D09780;
}
.BgClassName
{
background-color: #D09780;
}
</style>
border-color css
<style>
span { border-color: #D09780; }
span { border-color: rgb(208,151,128); }
td.TdClassName
{
border-color: #D09780;
}
.TagClassName
{
border-color: #D09780;
}
</style>