Shades of Feldspar #D0997F
Tints of Feldspar #D0997F
RGB
CMYK
RGB Variations
Color information
#D0997F (or 0xD0997F) is known color: Feldspar. HEX triplet: D0, 99 and 7F. RGB value is (208,153,127). Sum of RGB (Red+Green+Blue) = 208+153+127=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 153 (60.16% from 255 or 31.35% from 488); Blue value is 127 (50% from 255 or 26.02% from 488); Max value from RGB is 208 - color contains mainly: red. Hex color #D0997F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0997F is #2F6680. Grayscale: #A6A6A6. Windows color (decimal): -3106433 or 8362448. OLE color: 8362448.
HSL color Cylindrical-coordinate representation of color #D0997F: hue angle of 19.26º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D0997F is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 153 | 127 | - |
| CMYK | 0 | 0.26 | 0.39 | 0.18 |
| HSL | 19.26º | 0.46% | 0.66% | - |
| HSV(B) | 19.26º | 0.39% | 0.82% | - |
| XYZ | 41.23 | 37.72 | 25.19 | - |
| YUV | 166.48 | 105.72 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 153 | 127 | 0 | 0.26 | 0.39 | 0.18 | 19.26 | 0.46 | 0.66 |
| Hex | D0 | 99 | 7F | 0 | 1A | 27 | 12 | 13 | 2E | 42 |
| Octal | 320 | 231 | 177 | 0 | 32 | 47 | 22 | 23 | 56 | 102 |
| Binary | 11010000 | 10011001 | 1111111 | 0 | 11010 | 100111 | 10010 | 10011 | 101110 | 1000010 |
Color Harmonies of #D0997F
Complementary color
Monochromatic Colors of #D0997F
Black with #D0997F
Text Example
Text Example
White with #D0997F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0997F; }
p { color: rgb(208,153,127); }
H1.HeaderClassName
{
color: #D0997F;
}
.AnyTagClassName
{
color: #D0997F;
}
</style>
background-color css
<style>
a { background-color: #D0997F; }
a { background-color: rgb(208,153,127); }
div.DivClassName
{
background-color: #D0997F;
}
.BgClassName
{
background-color: #D0997F;
}
</style>
border-color css
<style>
span { border-color: #D0997F; }
span { border-color: rgb(208,153,127); }
td.TdClassName
{
border-color: #D0997F;
}
.TagClassName
{
border-color: #D0997F;
}
</style>