Shades of Feldspar #D59274
Tints of Feldspar #D59274
RGB
CMYK
RGB Variations
Color information
#D59274 (or 0xD59274) is known color: Feldspar. HEX triplet: D5, 92 and 74. RGB value is (213,146,116). Sum of RGB (Red+Green+Blue) = 213+146+116=475 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.84% from 475); Green value is 146 (57.42% from 255 or 30.74% from 475); Blue value is 116 (45.70% from 255 or 24.42% from 475); Max value from RGB is 213 - color contains mainly: red. Hex color #D59274 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59274 is #2A6D8B. Grayscale: #A2A2A2. Windows color (decimal): -2780556 or 7639765. OLE color: 7639765.
HSL color Cylindrical-coordinate representation of color #D59274: hue angle of 18.56º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D59274 is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 146 | 116 | - |
| CMYK | 0 | 0.31 | 0.46 | 0.16 |
| HSL | 18.56º | 0.54% | 0.65% | - |
| HSV(B) | 18.56º | 0.46% | 0.84% | - |
| XYZ | 40.87 | 35.96 | 21.31 | - |
| YUV | 162.61 | 101.7 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 146 | 116 | 0 | 0.31 | 0.46 | 0.16 | 18.56 | 0.54 | 0.65 |
| Hex | D5 | 92 | 74 | 0 | 1F | 2E | 10 | 13 | 36 | 41 |
| Octal | 325 | 222 | 164 | 0 | 37 | 56 | 20 | 23 | 66 | 101 |
| Binary | 11010101 | 10010010 | 1110100 | 0 | 11111 | 101110 | 10000 | 10011 | 110110 | 1000001 |
Color Harmonies of #D59274
Complementary color
Monochromatic Colors of #D59274
Black with #D59274
Text Example
Text Example
White with #D59274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59274; }
p { color: rgb(213,146,116); }
H1.HeaderClassName
{
color: #D59274;
}
.AnyTagClassName
{
color: #D59274;
}
</style>
background-color css
<style>
a { background-color: #D59274; }
a { background-color: rgb(213,146,116); }
div.DivClassName
{
background-color: #D59274;
}
.BgClassName
{
background-color: #D59274;
}
</style>
border-color css
<style>
span { border-color: #D59274; }
span { border-color: rgb(213,146,116); }
td.TdClassName
{
border-color: #D59274;
}
.TagClassName
{
border-color: #D59274;
}
</style>