Shades of Feldspar #D09C7A
Tints of Feldspar #D09C7A
RGB
CMYK
RGB Variations
Color information
#D09C7A (or 0xD09C7A) is known color: Feldspar. HEX triplet: D0, 9C and 7A. RGB value is (208,156,122). Sum of RGB (Red+Green+Blue) = 208+156+122=486 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.80% from 486); Green value is 156 (61.33% from 255 or 32.10% from 486); Blue value is 122 (48.05% from 255 or 25.10% from 486); Max value from RGB is 208 - color contains mainly: red. Hex color #D09C7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09C7A is #2F6385. Grayscale: #A7A7A7. Windows color (decimal): -3105670 or 8035536. OLE color: 8035536.
HSL color Cylindrical-coordinate representation of color #D09C7A: hue angle of 23.72º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D09C7A is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 156 | 122 | - |
| CMYK | 0 | 0.25 | 0.41 | 0.18 |
| HSL | 23.72º | 0.48% | 0.65% | - |
| HSV(B) | 23.72º | 0.41% | 0.82% | - |
| XYZ | 41.41 | 38.59 | 23.68 | - |
| YUV | 167.67 | 102.23 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 156 | 122 | 0 | 0.25 | 0.41 | 0.18 | 23.72 | 0.48 | 0.65 |
| Hex | D0 | 9C | 7A | 0 | 19 | 29 | 12 | 18 | 30 | 41 |
| Octal | 320 | 234 | 172 | 0 | 31 | 51 | 22 | 30 | 60 | 101 |
| Binary | 11010000 | 10011100 | 1111010 | 0 | 11001 | 101001 | 10010 | 11000 | 110000 | 1000001 |
Color Harmonies of #D09C7A
Complementary color
Monochromatic Colors of #D09C7A
Black with #D09C7A
Text Example
Text Example
White with #D09C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09C7A; }
p { color: rgb(208,156,122); }
H1.HeaderClassName
{
color: #D09C7A;
}
.AnyTagClassName
{
color: #D09C7A;
}
</style>
background-color css
<style>
a { background-color: #D09C7A; }
a { background-color: rgb(208,156,122); }
div.DivClassName
{
background-color: #D09C7A;
}
.BgClassName
{
background-color: #D09C7A;
}
</style>
border-color css
<style>
span { border-color: #D09C7A; }
span { border-color: rgb(208,156,122); }
td.TdClassName
{
border-color: #D09C7A;
}
.TagClassName
{
border-color: #D09C7A;
}
</style>