Shades of Feldspar #D09676
Tints of Feldspar #D09676
RGB
CMYK
RGB Variations
Color information
#D09676 (or 0xD09676) is known color: Feldspar. HEX triplet: D0, 96 and 76. RGB value is (208,150,118). Sum of RGB (Red+Green+Blue) = 208+150+118=476 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.70% from 476); Green value is 150 (58.98% from 255 or 31.51% from 476); Blue value is 118 (46.48% from 255 or 24.79% from 476); Max value from RGB is 208 - color contains mainly: red. Hex color #D09676 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09676 is #2F6989. Grayscale: #A3A3A3. Windows color (decimal): -3107210 or 7771856. OLE color: 7771856.
HSL color Cylindrical-coordinate representation of color #D09676: hue angle of 21.33º 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 #D09676 is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 150 | 118 | - |
| CMYK | 0 | 0.28 | 0.43 | 0.18 |
| HSL | 21.33º | 0.49% | 0.64% | - |
| HSV(B) | 21.33º | 0.43% | 0.82% | - |
| XYZ | 40.19 | 36.53 | 22.07 | - |
| YUV | 163.69 | 102.22 | 159.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 150 | 118 | 0 | 0.28 | 0.43 | 0.18 | 21.33 | 0.49 | 0.64 |
| Hex | D0 | 96 | 76 | 0 | 1C | 2B | 12 | 15 | 31 | 40 |
| Octal | 320 | 226 | 166 | 0 | 34 | 53 | 22 | 25 | 61 | 100 |
| Binary | 11010000 | 10010110 | 1110110 | 0 | 11100 | 101011 | 10010 | 10101 | 110001 | 1000000 |
Color Harmonies of #D09676
Complementary color
Monochromatic Colors of #D09676
Black with #D09676
Text Example
Text Example
White with #D09676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09676; }
p { color: rgb(208,150,118); }
H1.HeaderClassName
{
color: #D09676;
}
.AnyTagClassName
{
color: #D09676;
}
</style>
background-color css
<style>
a { background-color: #D09676; }
a { background-color: rgb(208,150,118); }
div.DivClassName
{
background-color: #D09676;
}
.BgClassName
{
background-color: #D09676;
}
</style>
border-color css
<style>
span { border-color: #D09676; }
span { border-color: rgb(208,150,118); }
td.TdClassName
{
border-color: #D09676;
}
.TagClassName
{
border-color: #D09676;
}
</style>