Shades of Feldspar #D59C7A
Tints of Feldspar #D59C7A
RGB
CMYK
RGB Variations
Color information
#D59C7A (or 0xD59C7A) is known color: Feldspar. HEX triplet: D5, 9C and 7A. RGB value is (213,156,122). Sum of RGB (Red+Green+Blue) = 213+156+122=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 156 (61.33% from 255 or 31.77% from 491); Blue value is 122 (48.05% from 255 or 24.85% from 491); Max value from RGB is 213 - color contains mainly: red. Hex color #D59C7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59C7A is #2A6385. Grayscale: #A9A9A9. Windows color (decimal): -2777990 or 8035541. OLE color: 8035541.
HSL color Cylindrical-coordinate representation of color #D59C7A: hue angle of 22.42º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D59C7A is Cyan = 0, Magento = 0.27, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 156 | 122 | - |
| CMYK | 0 | 0.27 | 0.43 | 0.16 |
| HSL | 22.42º | 0.52% | 0.66% | - |
| HSV(B) | 22.42º | 0.43% | 0.84% | - |
| XYZ | 42.84 | 39.33 | 23.75 | - |
| YUV | 169.17 | 101.38 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 156 | 122 | 0 | 0.27 | 0.43 | 0.16 | 22.42 | 0.52 | 0.66 |
| Hex | D5 | 9C | 7A | 0 | 1B | 2B | 10 | 16 | 34 | 42 |
| Octal | 325 | 234 | 172 | 0 | 33 | 53 | 20 | 26 | 64 | 102 |
| Binary | 11010101 | 10011100 | 1111010 | 0 | 11011 | 101011 | 10000 | 10110 | 110100 | 1000010 |
Color Harmonies of #D59C7A
Complementary color
Monochromatic Colors of #D59C7A
Black with #D59C7A
Text Example
Text Example
White with #D59C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59C7A; }
p { color: rgb(213,156,122); }
H1.HeaderClassName
{
color: #D59C7A;
}
.AnyTagClassName
{
color: #D59C7A;
}
</style>
background-color css
<style>
a { background-color: #D59C7A; }
a { background-color: rgb(213,156,122); }
div.DivClassName
{
background-color: #D59C7A;
}
.BgClassName
{
background-color: #D59C7A;
}
</style>
border-color css
<style>
span { border-color: #D59C7A; }
span { border-color: rgb(213,156,122); }
td.TdClassName
{
border-color: #D59C7A;
}
.TagClassName
{
border-color: #D59C7A;
}
</style>