Shades of Feldspar #D59883
Tints of Feldspar #D59883
RGB
CMYK
RGB Variations
Color information
#D59883 (or 0xD59883) is known color: Feldspar. HEX triplet: D5, 98 and 83. RGB value is (213,152,131). Sum of RGB (Red+Green+Blue) = 213+152+131=496 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.94% from 496); Green value is 152 (59.77% from 255 or 30.65% from 496); Blue value is 131 (51.56% from 255 or 26.41% from 496); Max value from RGB is 213 - color contains mainly: red. Hex color #D59883 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59883 is #2A677C. Grayscale: #A7A7A7. Windows color (decimal): -2779005 or 8624341. OLE color: 8624341.
HSL color Cylindrical-coordinate representation of color #D59883: hue angle of 15.37º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D59883 is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 152 | 131 | - |
| CMYK | 0 | 0.29 | 0.38 | 0.16 |
| HSL | 15.37º | 0.49% | 0.67% | - |
| HSV(B) | 15.37º | 0.38% | 0.84% | - |
| XYZ | 42.77 | 38.24 | 26.6 | - |
| YUV | 167.85 | 107.21 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 152 | 131 | 0 | 0.29 | 0.38 | 0.16 | 15.37 | 0.49 | 0.67 |
| Hex | D5 | 98 | 83 | 0 | 1D | 26 | 10 | F | 31 | 43 |
| Octal | 325 | 230 | 203 | 0 | 35 | 46 | 20 | 17 | 61 | 103 |
| Binary | 11010101 | 10011000 | 10000011 | 0 | 11101 | 100110 | 10000 | 1111 | 110001 | 1000011 |
Color Harmonies of #D59883
Complementary color
Monochromatic Colors of #D59883
Black with #D59883
Text Example
Text Example
White with #D59883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59883; }
p { color: rgb(213,152,131); }
H1.HeaderClassName
{
color: #D59883;
}
.AnyTagClassName
{
color: #D59883;
}
</style>
background-color css
<style>
a { background-color: #D59883; }
a { background-color: rgb(213,152,131); }
div.DivClassName
{
background-color: #D59883;
}
.BgClassName
{
background-color: #D59883;
}
</style>
border-color css
<style>
span { border-color: #D59883; }
span { border-color: rgb(213,152,131); }
td.TdClassName
{
border-color: #D59883;
}
.TagClassName
{
border-color: #D59883;
}
</style>