Shades of Feldspar #D09974
Tints of Feldspar #D09974
RGB
CMYK
RGB Variations
Color information
#D09974 (or 0xD09974) is known color: Feldspar. HEX triplet: D0, 99 and 74. RGB value is (208,153,116). Sum of RGB (Red+Green+Blue) = 208+153+116=477 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.61% from 477); Green value is 153 (60.16% from 255 or 32.08% from 477); Blue value is 116 (45.70% from 255 or 24.32% from 477); Max value from RGB is 208 - color contains mainly: red. Hex color #D09974 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09974 is #2F668B. Grayscale: #A5A5A5. Windows color (decimal): -3106444 or 7641552. OLE color: 7641552.
HSL color Cylindrical-coordinate representation of color #D09974: hue angle of 24.13º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D09974 is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 153 | 116 | - |
| CMYK | 0 | 0.26 | 0.44 | 0.18 |
| HSL | 24.13º | 0.49% | 0.64% | - |
| HSV(B) | 24.13º | 0.44% | 0.82% | - |
| XYZ | 40.56 | 37.45 | 21.61 | - |
| YUV | 165.23 | 100.22 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 153 | 116 | 0 | 0.26 | 0.44 | 0.18 | 24.13 | 0.49 | 0.64 |
| Hex | D0 | 99 | 74 | 0 | 1A | 2C | 12 | 18 | 31 | 40 |
| Octal | 320 | 231 | 164 | 0 | 32 | 54 | 22 | 30 | 61 | 100 |
| Binary | 11010000 | 10011001 | 1110100 | 0 | 11010 | 101100 | 10010 | 11000 | 110001 | 1000000 |
Color Harmonies of #D09974
Complementary color
Monochromatic Colors of #D09974
Black with #D09974
Text Example
Text Example
White with #D09974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09974; }
p { color: rgb(208,153,116); }
H1.HeaderClassName
{
color: #D09974;
}
.AnyTagClassName
{
color: #D09974;
}
</style>
background-color css
<style>
a { background-color: #D09974; }
a { background-color: rgb(208,153,116); }
div.DivClassName
{
background-color: #D09974;
}
.BgClassName
{
background-color: #D09974;
}
</style>
border-color css
<style>
span { border-color: #D09974; }
span { border-color: rgb(208,153,116); }
td.TdClassName
{
border-color: #D09974;
}
.TagClassName
{
border-color: #D09974;
}
</style>