Shades of Feldspar #D59779
Tints of Feldspar #D59779
RGB
CMYK
RGB Variations
Color information
#D59779 (or 0xD59779) is known color: Feldspar. HEX triplet: D5, 97 and 79. RGB value is (213,151,121). Sum of RGB (Red+Green+Blue) = 213+151+121=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 151 (59.38% from 255 or 31.13% from 485); Blue value is 121 (47.66% from 255 or 24.95% from 485); Max value from RGB is 213 - color contains mainly: red. Hex color #D59779 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59779 is #2A6886. Grayscale: #A6A6A6. Windows color (decimal): -2779271 or 7968725. OLE color: 7968725.
HSL color Cylindrical-coordinate representation of color #D59779: hue angle of 19.57º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D59779 is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 151 | 121 | - |
| CMYK | 0 | 0.29 | 0.43 | 0.16 |
| HSL | 19.57º | 0.52% | 0.65% | - |
| HSV(B) | 19.57º | 0.43% | 0.84% | - |
| XYZ | 41.96 | 37.66 | 23.15 | - |
| YUV | 166.12 | 102.54 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 151 | 121 | 0 | 0.29 | 0.43 | 0.16 | 19.57 | 0.52 | 0.65 |
| Hex | D5 | 97 | 79 | 0 | 1D | 2B | 10 | 14 | 34 | 41 |
| Octal | 325 | 227 | 171 | 0 | 35 | 53 | 20 | 24 | 64 | 101 |
| Binary | 11010101 | 10010111 | 1111001 | 0 | 11101 | 101011 | 10000 | 10100 | 110100 | 1000001 |
Color Harmonies of #D59779
Complementary color
Monochromatic Colors of #D59779
Black with #D59779
Text Example
Text Example
White with #D59779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59779; }
p { color: rgb(213,151,121); }
H1.HeaderClassName
{
color: #D59779;
}
.AnyTagClassName
{
color: #D59779;
}
</style>
background-color css
<style>
a { background-color: #D59779; }
a { background-color: rgb(213,151,121); }
div.DivClassName
{
background-color: #D59779;
}
.BgClassName
{
background-color: #D59779;
}
</style>
border-color css
<style>
span { border-color: #D59779; }
span { border-color: rgb(213,151,121); }
td.TdClassName
{
border-color: #D59779;
}
.TagClassName
{
border-color: #D59779;
}
</style>