Shades of Feldspar #D09773
Tints of Feldspar #D09773
RGB
CMYK
RGB Variations
Color information
#D09773 (or 0xD09773) is known color: Feldspar. HEX triplet: D0, 97 and 73. RGB value is (208,151,115). Sum of RGB (Red+Green+Blue) = 208+151+115=474 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.88% from 474); Green value is 151 (59.38% from 255 or 31.86% from 474); Blue value is 115 (45.31% from 255 or 24.26% from 474); Max value from RGB is 208 - color contains mainly: red. Hex color #D09773 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09773 is #2F688C. Grayscale: #A4A4A4. Windows color (decimal): -3106957 or 7575504. OLE color: 7575504.
HSL color Cylindrical-coordinate representation of color #D09773: hue angle of 23.23º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D09773 is Cyan = 0, Magento = 0.27, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 151 | 115 | - |
| CMYK | 0 | 0.27 | 0.45 | 0.18 |
| HSL | 23.23º | 0.5% | 0.63% | - |
| HSV(B) | 23.23º | 0.45% | 0.82% | - |
| XYZ | 40.17 | 36.78 | 21.2 | - |
| YUV | 163.94 | 100.38 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 151 | 115 | 0 | 0.27 | 0.45 | 0.18 | 23.23 | 0.5 | 0.63 |
| Hex | D0 | 97 | 73 | 0 | 1B | 2D | 12 | 17 | 32 | 3F |
| Octal | 320 | 227 | 163 | 0 | 33 | 55 | 22 | 27 | 62 | 77 |
| Binary | 11010000 | 10010111 | 1110011 | 0 | 11011 | 101101 | 10010 | 10111 | 110010 | 111111 |
Color Harmonies of #D09773
Complementary color
Monochromatic Colors of #D09773
Black with #D09773
Text Example
Text Example
White with #D09773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09773; }
p { color: rgb(208,151,115); }
H1.HeaderClassName
{
color: #D09773;
}
.AnyTagClassName
{
color: #D09773;
}
</style>
background-color css
<style>
a { background-color: #D09773; }
a { background-color: rgb(208,151,115); }
div.DivClassName
{
background-color: #D09773;
}
.BgClassName
{
background-color: #D09773;
}
</style>
border-color css
<style>
span { border-color: #D09773; }
span { border-color: rgb(208,151,115); }
td.TdClassName
{
border-color: #D09773;
}
.TagClassName
{
border-color: #D09773;
}
</style>