Shades of Feldspar #D39680
Tints of Feldspar #D39680
RGB
CMYK
RGB Variations
Color information
#D39680 (or 0xD39680) is known color: Feldspar. HEX triplet: D3, 96 and 80. RGB value is (211,150,128). Sum of RGB (Red+Green+Blue) = 211+150+128=489 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.15% from 489); Green value is 150 (58.98% from 255 or 30.67% from 489); Blue value is 128 (50.39% from 255 or 26.18% from 489); Max value from RGB is 211 - color contains mainly: red. Hex color #D39680 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D39680 is #2C697F. Grayscale: #A5A5A5. Windows color (decimal): -2910592 or 8427219. OLE color: 8427219.
HSL color Cylindrical-coordinate representation of color #D39680: hue angle of 15.9º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D39680 is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 150 | 128 | - |
| CMYK | 0 | 0.29 | 0.39 | 0.17 |
| HSL | 15.9º | 0.49% | 0.66% | - |
| HSV(B) | 15.9º | 0.39% | 0.83% | - |
| XYZ | 41.67 | 37.22 | 25.41 | - |
| YUV | 165.73 | 106.71 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 150 | 128 | 0 | 0.29 | 0.39 | 0.17 | 15.9 | 0.49 | 0.66 |
| Hex | D3 | 96 | 80 | 0 | 1D | 27 | 11 | 10 | 31 | 42 |
| Octal | 323 | 226 | 200 | 0 | 35 | 47 | 21 | 20 | 61 | 102 |
| Binary | 11010011 | 10010110 | 10000000 | 0 | 11101 | 100111 | 10001 | 10000 | 110001 | 1000010 |
Color Harmonies of #D39680
Complementary color
Monochromatic Colors of #D39680
Black with #D39680
Text Example
Text Example
White with #D39680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39680; }
p { color: rgb(211,150,128); }
H1.HeaderClassName
{
color: #D39680;
}
.AnyTagClassName
{
color: #D39680;
}
</style>
background-color css
<style>
a { background-color: #D39680; }
a { background-color: rgb(211,150,128); }
div.DivClassName
{
background-color: #D39680;
}
.BgClassName
{
background-color: #D39680;
}
</style>
border-color css
<style>
span { border-color: #D39680; }
span { border-color: rgb(211,150,128); }
td.TdClassName
{
border-color: #D39680;
}
.TagClassName
{
border-color: #D39680;
}
</style>