Shades of Feldspar #D59270
Tints of Feldspar #D59270
RGB
CMYK
RGB Variations
Color information
#D59270 (or 0xD59270) is known color: Feldspar. HEX triplet: D5, 92 and 70. RGB value is (213,146,112). Sum of RGB (Red+Green+Blue) = 213+146+112=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 146 (57.42% from 255 or 31.00% from 471); Blue value is 112 (44.14% from 255 or 23.78% from 471); Max value from RGB is 213 - color contains mainly: red. Hex color #D59270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59270 is #2A6D8F. Grayscale: #A2A2A2. Windows color (decimal): -2780560 or 7377621. OLE color: 7377621.
HSL color Cylindrical-coordinate representation of color #D59270: hue angle of 20.2º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D59270 is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 146 | 112 | - |
| CMYK | 0 | 0.31 | 0.47 | 0.16 |
| HSL | 20.2º | 0.55% | 0.64% | - |
| HSV(B) | 20.2º | 0.47% | 0.84% | - |
| XYZ | 40.64 | 35.87 | 20.11 | - |
| YUV | 162.16 | 99.7 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 146 | 112 | 0 | 0.31 | 0.47 | 0.16 | 20.2 | 0.55 | 0.64 |
| Hex | D5 | 92 | 70 | 0 | 1F | 2F | 10 | 14 | 37 | 40 |
| Octal | 325 | 222 | 160 | 0 | 37 | 57 | 20 | 24 | 67 | 100 |
| Binary | 11010101 | 10010010 | 1110000 | 0 | 11111 | 101111 | 10000 | 10100 | 110111 | 1000000 |
Color Harmonies of #D59270
Complementary color
Monochromatic Colors of #D59270
Black with #D59270
Text Example
Text Example
White with #D59270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59270; }
p { color: rgb(213,146,112); }
H1.HeaderClassName
{
color: #D59270;
}
.AnyTagClassName
{
color: #D59270;
}
</style>
background-color css
<style>
a { background-color: #D59270; }
a { background-color: rgb(213,146,112); }
div.DivClassName
{
background-color: #D59270;
}
.BgClassName
{
background-color: #D59270;
}
</style>
border-color css
<style>
span { border-color: #D59270; }
span { border-color: rgb(213,146,112); }
td.TdClassName
{
border-color: #D59270;
}
.TagClassName
{
border-color: #D59270;
}
</style>