Shades of Feldspar #D09577
Tints of Feldspar #D09577
RGB
CMYK
RGB Variations
Color information
#D09577 (or 0xD09577) is known color: Feldspar. HEX triplet: D0, 95 and 77. RGB value is (208,149,119). Sum of RGB (Red+Green+Blue) = 208+149+119=476 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.70% from 476); Green value is 149 (58.59% from 255 or 31.30% from 476); Blue value is 119 (46.88% from 255 or 25% from 476); Max value from RGB is 208 - color contains mainly: red. Hex color #D09577 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09577 is #2F6A88. Grayscale: #A3A3A3. Windows color (decimal): -3107465 or 7837136. OLE color: 7837136.
HSL color Cylindrical-coordinate representation of color #D09577: hue angle of 20.22º 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 #D09577 is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 149 | 119 | - |
| CMYK | 0 | 0.28 | 0.43 | 0.18 |
| HSL | 20.22º | 0.49% | 0.64% | - |
| HSV(B) | 20.22º | 0.43% | 0.82% | - |
| XYZ | 40.09 | 36.24 | 22.33 | - |
| YUV | 163.22 | 103.05 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 149 | 119 | 0 | 0.28 | 0.43 | 0.18 | 20.22 | 0.49 | 0.64 |
| Hex | D0 | 95 | 77 | 0 | 1C | 2B | 12 | 14 | 31 | 40 |
| Octal | 320 | 225 | 167 | 0 | 34 | 53 | 22 | 24 | 61 | 100 |
| Binary | 11010000 | 10010101 | 1110111 | 0 | 11100 | 101011 | 10010 | 10100 | 110001 | 1000000 |
Color Harmonies of #D09577
Complementary color
Monochromatic Colors of #D09577
Black with #D09577
Text Example
Text Example
White with #D09577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09577; }
p { color: rgb(208,149,119); }
H1.HeaderClassName
{
color: #D09577;
}
.AnyTagClassName
{
color: #D09577;
}
</style>
background-color css
<style>
a { background-color: #D09577; }
a { background-color: rgb(208,149,119); }
div.DivClassName
{
background-color: #D09577;
}
.BgClassName
{
background-color: #D09577;
}
</style>
border-color css
<style>
span { border-color: #D09577; }
span { border-color: rgb(208,149,119); }
td.TdClassName
{
border-color: #D09577;
}
.TagClassName
{
border-color: #D09577;
}
</style>