Shades of Feldspar #D09874
Tints of Feldspar #D09874
RGB
CMYK
RGB Variations
Color information
#D09874 (or 0xD09874) is known color: Feldspar. HEX triplet: D0, 98 and 74. RGB value is (208,152,116). Sum of RGB (Red+Green+Blue) = 208+152+116=476 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.70% from 476); Green value is 152 (59.77% from 255 or 31.93% from 476); Blue value is 116 (45.70% from 255 or 24.37% from 476); Max value from RGB is 208 - color contains mainly: red. Hex color #D09874 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09874 is #2F678B. Grayscale: #A4A4A4. Windows color (decimal): -3106700 or 7641296. OLE color: 7641296.
HSL color Cylindrical-coordinate representation of color #D09874: hue angle of 23.48º 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 #D09874 is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 152 | 116 | - |
| CMYK | 0 | 0.27 | 0.44 | 0.18 |
| HSL | 23.48º | 0.49% | 0.64% | - |
| HSV(B) | 23.48º | 0.44% | 0.82% | - |
| XYZ | 40.39 | 37.13 | 21.56 | - |
| YUV | 164.64 | 100.55 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 152 | 116 | 0 | 0.27 | 0.44 | 0.18 | 23.48 | 0.49 | 0.64 |
| Hex | D0 | 98 | 74 | 0 | 1B | 2C | 12 | 17 | 31 | 40 |
| Octal | 320 | 230 | 164 | 0 | 33 | 54 | 22 | 27 | 61 | 100 |
| Binary | 11010000 | 10011000 | 1110100 | 0 | 11011 | 101100 | 10010 | 10111 | 110001 | 1000000 |
Color Harmonies of #D09874
Complementary color
Monochromatic Colors of #D09874
Black with #D09874
Text Example
Text Example
White with #D09874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09874; }
p { color: rgb(208,152,116); }
H1.HeaderClassName
{
color: #D09874;
}
.AnyTagClassName
{
color: #D09874;
}
</style>
background-color css
<style>
a { background-color: #D09874; }
a { background-color: rgb(208,152,116); }
div.DivClassName
{
background-color: #D09874;
}
.BgClassName
{
background-color: #D09874;
}
</style>
border-color css
<style>
span { border-color: #D09874; }
span { border-color: rgb(208,152,116); }
td.TdClassName
{
border-color: #D09874;
}
.TagClassName
{
border-color: #D09874;
}
</style>