Shades of Feldspar #D09682
Tints of Feldspar #D09682
RGB
CMYK
RGB Variations
Color information
#D09682 (or 0xD09682) is known color: Feldspar. HEX triplet: D0, 96 and 82. RGB value is (208,150,130). Sum of RGB (Red+Green+Blue) = 208+150+130=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 150 (58.98% from 255 or 30.74% from 488); Blue value is 130 (51.17% from 255 or 26.64% from 488); Max value from RGB is 208 - color contains mainly: red. Hex color #D09682 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09682 is #2F697D. Grayscale: #A5A5A5. Windows color (decimal): -3107198 or 8558288. OLE color: 8558288.
HSL color Cylindrical-coordinate representation of color #D09682: hue angle of 15.38º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D09682 is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 150 | 130 | - |
| CMYK | 0 | 0.28 | 0.38 | 0.18 |
| HSL | 15.38º | 0.45% | 0.66% | - |
| HSV(B) | 15.38º | 0.38% | 0.82% | - |
| XYZ | 40.95 | 36.83 | 26.07 | - |
| YUV | 165.06 | 108.22 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 150 | 130 | 0 | 0.28 | 0.38 | 0.18 | 15.38 | 0.45 | 0.66 |
| Hex | D0 | 96 | 82 | 0 | 1C | 26 | 12 | F | 2D | 42 |
| Octal | 320 | 226 | 202 | 0 | 34 | 46 | 22 | 17 | 55 | 102 |
| Binary | 11010000 | 10010110 | 10000010 | 0 | 11100 | 100110 | 10010 | 1111 | 101101 | 1000010 |
Color Harmonies of #D09682
Complementary color
Monochromatic Colors of #D09682
Black with #D09682
Text Example
Text Example
White with #D09682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09682; }
p { color: rgb(208,150,130); }
H1.HeaderClassName
{
color: #D09682;
}
.AnyTagClassName
{
color: #D09682;
}
</style>
background-color css
<style>
a { background-color: #D09682; }
a { background-color: rgb(208,150,130); }
div.DivClassName
{
background-color: #D09682;
}
.BgClassName
{
background-color: #D09682;
}
</style>
border-color css
<style>
span { border-color: #D09682; }
span { border-color: rgb(208,150,130); }
td.TdClassName
{
border-color: #D09682;
}
.TagClassName
{
border-color: #D09682;
}
</style>