Shades of Feldspar #D0977A
Tints of Feldspar #D0977A
RGB
CMYK
RGB Variations
Color information
#D0977A (or 0xD0977A) is known color: Feldspar. HEX triplet: D0, 97 and 7A. RGB value is (208,151,122). Sum of RGB (Red+Green+Blue) = 208+151+122=481 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.24% from 481); Green value is 151 (59.38% from 255 or 31.39% from 481); Blue value is 122 (48.05% from 255 or 25.36% from 481); Max value from RGB is 208 - color contains mainly: red. Hex color #D0977A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0977A is #2F6885. Grayscale: #A4A4A4. Windows color (decimal): -3106950 or 8034256. OLE color: 8034256.
HSL color Cylindrical-coordinate representation of color #D0977A: hue angle of 20.23º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D0977A is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 151 | 122 | - |
| CMYK | 0 | 0.27 | 0.41 | 0.18 |
| HSL | 20.23º | 0.48% | 0.65% | - |
| HSV(B) | 20.23º | 0.41% | 0.82% | - |
| XYZ | 40.59 | 36.95 | 23.4 | - |
| YUV | 164.74 | 103.88 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 151 | 122 | 0 | 0.27 | 0.41 | 0.18 | 20.23 | 0.48 | 0.65 |
| Hex | D0 | 97 | 7A | 0 | 1B | 29 | 12 | 14 | 30 | 41 |
| Octal | 320 | 227 | 172 | 0 | 33 | 51 | 22 | 24 | 60 | 101 |
| Binary | 11010000 | 10010111 | 1111010 | 0 | 11011 | 101001 | 10010 | 10100 | 110000 | 1000001 |
Color Harmonies of #D0977A
Complementary color
Monochromatic Colors of #D0977A
Black with #D0977A
Text Example
Text Example
White with #D0977A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0977A; }
p { color: rgb(208,151,122); }
H1.HeaderClassName
{
color: #D0977A;
}
.AnyTagClassName
{
color: #D0977A;
}
</style>
background-color css
<style>
a { background-color: #D0977A; }
a { background-color: rgb(208,151,122); }
div.DivClassName
{
background-color: #D0977A;
}
.BgClassName
{
background-color: #D0977A;
}
</style>
border-color css
<style>
span { border-color: #D0977A; }
span { border-color: rgb(208,151,122); }
td.TdClassName
{
border-color: #D0977A;
}
.TagClassName
{
border-color: #D0977A;
}
</style>