Shades of Feldspar #D09377
Tints of Feldspar #D09377
RGB
CMYK
RGB Variations
Color information
#D09377 (or 0xD09377) is known color: Feldspar. HEX triplet: D0, 93 and 77. RGB value is (208,147,119). Sum of RGB (Red+Green+Blue) = 208+147+119=474 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.88% from 474); Green value is 147 (57.81% from 255 or 31.01% from 474); Blue value is 119 (46.88% from 255 or 25.11% from 474); Max value from RGB is 208 - color contains mainly: red. Hex color #D09377 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09377 is #2F6C88. Grayscale: #A2A2A2. Windows color (decimal): -3107977 or 7836624. OLE color: 7836624.
HSL color Cylindrical-coordinate representation of color #D09377: hue angle of 18.88º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D09377 is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 147 | 119 | - |
| CMYK | 0 | 0.29 | 0.43 | 0.18 |
| HSL | 18.88º | 0.49% | 0.64% | - |
| HSV(B) | 18.88º | 0.43% | 0.82% | - |
| XYZ | 39.78 | 35.61 | 22.23 | - |
| YUV | 162.05 | 103.71 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 147 | 119 | 0 | 0.29 | 0.43 | 0.18 | 18.88 | 0.49 | 0.64 |
| Hex | D0 | 93 | 77 | 0 | 1D | 2B | 12 | 13 | 31 | 40 |
| Octal | 320 | 223 | 167 | 0 | 35 | 53 | 22 | 23 | 61 | 100 |
| Binary | 11010000 | 10010011 | 1110111 | 0 | 11101 | 101011 | 10010 | 10011 | 110001 | 1000000 |
Color Harmonies of #D09377
Complementary color
Monochromatic Colors of #D09377
Black with #D09377
Text Example
Text Example
White with #D09377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09377; }
p { color: rgb(208,147,119); }
H1.HeaderClassName
{
color: #D09377;
}
.AnyTagClassName
{
color: #D09377;
}
</style>
background-color css
<style>
a { background-color: #D09377; }
a { background-color: rgb(208,147,119); }
div.DivClassName
{
background-color: #D09377;
}
.BgClassName
{
background-color: #D09377;
}
</style>
border-color css
<style>
span { border-color: #D09377; }
span { border-color: rgb(208,147,119); }
td.TdClassName
{
border-color: #D09377;
}
.TagClassName
{
border-color: #D09377;
}
</style>