Shades of Feldspar #D09B7A
Tints of Feldspar #D09B7A
RGB
CMYK
RGB Variations
Color information
#D09B7A (or 0xD09B7A) is known color: Feldspar. HEX triplet: D0, 9B and 7A. RGB value is (208,155,122). Sum of RGB (Red+Green+Blue) = 208+155+122=485 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.89% from 485); Green value is 155 (60.94% from 255 or 31.96% from 485); Blue value is 122 (48.05% from 255 or 25.15% from 485); Max value from RGB is 208 - color contains mainly: red. Hex color #D09B7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09B7A is #2F6485. Grayscale: #A7A7A7. Windows color (decimal): -3105926 or 8035280. OLE color: 8035280.
HSL color Cylindrical-coordinate representation of color #D09B7A: hue angle of 23.02º 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 #D09B7A is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 155 | 122 | - |
| CMYK | 0 | 0.25 | 0.41 | 0.18 |
| HSL | 23.02º | 0.48% | 0.65% | - |
| HSV(B) | 23.02º | 0.41% | 0.82% | - |
| XYZ | 41.25 | 38.26 | 23.62 | - |
| YUV | 167.09 | 102.56 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 155 | 122 | 0 | 0.25 | 0.41 | 0.18 | 23.02 | 0.48 | 0.65 |
| Hex | D0 | 9B | 7A | 0 | 19 | 29 | 12 | 17 | 30 | 41 |
| Octal | 320 | 233 | 172 | 0 | 31 | 51 | 22 | 27 | 60 | 101 |
| Binary | 11010000 | 10011011 | 1111010 | 0 | 11001 | 101001 | 10010 | 10111 | 110000 | 1000001 |
Color Harmonies of #D09B7A
Complementary color
Monochromatic Colors of #D09B7A
Black with #D09B7A
Text Example
Text Example
White with #D09B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09B7A; }
p { color: rgb(208,155,122); }
H1.HeaderClassName
{
color: #D09B7A;
}
.AnyTagClassName
{
color: #D09B7A;
}
</style>
background-color css
<style>
a { background-color: #D09B7A; }
a { background-color: rgb(208,155,122); }
div.DivClassName
{
background-color: #D09B7A;
}
.BgClassName
{
background-color: #D09B7A;
}
</style>
border-color css
<style>
span { border-color: #D09B7A; }
span { border-color: rgb(208,155,122); }
td.TdClassName
{
border-color: #D09B7A;
}
.TagClassName
{
border-color: #D09B7A;
}
</style>