Shades of Feldspar #D39480
Tints of Feldspar #D39480
RGB
CMYK
RGB Variations
Color information
#D39480 (or 0xD39480) is known color: Feldspar. HEX triplet: D3, 94 and 80. RGB value is (211,148,128). Sum of RGB (Red+Green+Blue) = 211+148+128=487 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.33% from 487); Green value is 148 (58.20% from 255 or 30.39% from 487); Blue value is 128 (50.39% from 255 or 26.28% from 487); Max value from RGB is 211 - color contains mainly: red. Hex color #D39480 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D39480 is #2C6B7F. Grayscale: #A4A4A4. Windows color (decimal): -2911104 or 8426707. OLE color: 8426707.
HSL color Cylindrical-coordinate representation of color #D39480: hue angle of 14.46º 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 #D39480 is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 148 | 128 | - |
| CMYK | 0 | 0.30 | 0.39 | 0.17 |
| HSL | 14.46º | 0.49% | 0.66% | - |
| HSV(B) | 14.46º | 0.39% | 0.83% | - |
| XYZ | 41.35 | 36.59 | 25.3 | - |
| YUV | 164.56 | 107.37 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 148 | 128 | 0 | 0.30 | 0.39 | 0.17 | 14.46 | 0.49 | 0.66 |
| Hex | D3 | 94 | 80 | 0 | 1E | 27 | 11 | E | 31 | 42 |
| Octal | 323 | 224 | 200 | 0 | 36 | 47 | 21 | 16 | 61 | 102 |
| Binary | 11010011 | 10010100 | 10000000 | 0 | 11110 | 100111 | 10001 | 1110 | 110001 | 1000010 |
Color Harmonies of #D39480
Complementary color
Monochromatic Colors of #D39480
Black with #D39480
Text Example
Text Example
White with #D39480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39480; }
p { color: rgb(211,148,128); }
H1.HeaderClassName
{
color: #D39480;
}
.AnyTagClassName
{
color: #D39480;
}
</style>
background-color css
<style>
a { background-color: #D39480; }
a { background-color: rgb(211,148,128); }
div.DivClassName
{
background-color: #D39480;
}
.BgClassName
{
background-color: #D39480;
}
</style>
border-color css
<style>
span { border-color: #D39480; }
span { border-color: rgb(211,148,128); }
td.TdClassName
{
border-color: #D39480;
}
.TagClassName
{
border-color: #D39480;
}
</style>