Shades of Feldspar #D0977E
Tints of Feldspar #D0977E
RGB
CMYK
RGB Variations
Color information
#D0977E (or 0xD0977E) is known color: Feldspar. HEX triplet: D0, 97 and 7E. RGB value is (208,151,126). Sum of RGB (Red+Green+Blue) = 208+151+126=485 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.89% from 485); Green value is 151 (59.38% from 255 or 31.13% from 485); Blue value is 126 (49.61% from 255 or 25.98% from 485); Max value from RGB is 208 - color contains mainly: red. Hex color #D0977E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0977E is #2F6881. Grayscale: #A5A5A5. Windows color (decimal): -3106946 or 8296400. OLE color: 8296400.
HSL color Cylindrical-coordinate representation of color #D0977E: hue angle of 18.29º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D0977E is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 151 | 126 | - |
| CMYK | 0 | 0.27 | 0.39 | 0.18 |
| HSL | 18.29º | 0.47% | 0.65% | - |
| HSV(B) | 18.29º | 0.39% | 0.82% | - |
| XYZ | 40.84 | 37.05 | 24.74 | - |
| YUV | 165.19 | 105.88 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 151 | 126 | 0 | 0.27 | 0.39 | 0.18 | 18.29 | 0.47 | 0.65 |
| Hex | D0 | 97 | 7E | 0 | 1B | 27 | 12 | 12 | 2F | 41 |
| Octal | 320 | 227 | 176 | 0 | 33 | 47 | 22 | 22 | 57 | 101 |
| Binary | 11010000 | 10010111 | 1111110 | 0 | 11011 | 100111 | 10010 | 10010 | 101111 | 1000001 |
Color Harmonies of #D0977E
Complementary color
Monochromatic Colors of #D0977E
Black with #D0977E
Text Example
Text Example
White with #D0977E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0977E; }
p { color: rgb(208,151,126); }
H1.HeaderClassName
{
color: #D0977E;
}
.AnyTagClassName
{
color: #D0977E;
}
</style>
background-color css
<style>
a { background-color: #D0977E; }
a { background-color: rgb(208,151,126); }
div.DivClassName
{
background-color: #D0977E;
}
.BgClassName
{
background-color: #D0977E;
}
</style>
border-color css
<style>
span { border-color: #D0977E; }
span { border-color: rgb(208,151,126); }
td.TdClassName
{
border-color: #D0977E;
}
.TagClassName
{
border-color: #D0977E;
}
</style>