Shades of Feldspar #D09174
Tints of Feldspar #D09174
RGB
CMYK
RGB Variations
Color information
#D09174 (or 0xD09174) is known color: Feldspar. HEX triplet: D0, 91 and 74. RGB value is (208,145,116). Sum of RGB (Red+Green+Blue) = 208+145+116=469 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.35% from 469); Green value is 145 (57.03% from 255 or 30.92% from 469); Blue value is 116 (45.70% from 255 or 24.73% from 469); Max value from RGB is 208 - color contains mainly: red. Hex color #D09174 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09174 is #2F6E8B. Grayscale: #A0A0A0. Windows color (decimal): -3108492 or 7639504. OLE color: 7639504.
HSL color Cylindrical-coordinate representation of color #D09174: hue angle of 18.91º 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 #D09174 is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 145 | 116 | - |
| CMYK | 0 | 0.30 | 0.44 | 0.18 |
| HSL | 18.91º | 0.49% | 0.64% | - |
| HSV(B) | 18.91º | 0.44% | 0.82% | - |
| XYZ | 39.29 | 34.92 | 21.19 | - |
| YUV | 160.53 | 102.87 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 145 | 116 | 0 | 0.30 | 0.44 | 0.18 | 18.91 | 0.49 | 0.64 |
| Hex | D0 | 91 | 74 | 0 | 1E | 2C | 12 | 13 | 31 | 40 |
| Octal | 320 | 221 | 164 | 0 | 36 | 54 | 22 | 23 | 61 | 100 |
| Binary | 11010000 | 10010001 | 1110100 | 0 | 11110 | 101100 | 10010 | 10011 | 110001 | 1000000 |
Color Harmonies of #D09174
Complementary color
Monochromatic Colors of #D09174
Black with #D09174
Text Example
Text Example
White with #D09174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09174; }
p { color: rgb(208,145,116); }
H1.HeaderClassName
{
color: #D09174;
}
.AnyTagClassName
{
color: #D09174;
}
</style>
background-color css
<style>
a { background-color: #D09174; }
a { background-color: rgb(208,145,116); }
div.DivClassName
{
background-color: #D09174;
}
.BgClassName
{
background-color: #D09174;
}
</style>
border-color css
<style>
span { border-color: #D09174; }
span { border-color: rgb(208,145,116); }
td.TdClassName
{
border-color: #D09174;
}
.TagClassName
{
border-color: #D09174;
}
</style>