Shades of Feldspar #D09380
Tints of Feldspar #D09380
RGB
CMYK
RGB Variations
Color information
#D09380 (or 0xD09380) is known color: Feldspar. HEX triplet: D0, 93 and 80. RGB value is (208,147,128). Sum of RGB (Red+Green+Blue) = 208+147+128=483 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.06% from 483); Green value is 147 (57.81% from 255 or 30.43% from 483); Blue value is 128 (50.39% from 255 or 26.50% from 483); Max value from RGB is 208 - color contains mainly: red. Hex color #D09380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09380 is #2F6C7F. Grayscale: #A3A3A3. Windows color (decimal): -3107968 or 8426448. OLE color: 8426448.
HSL color Cylindrical-coordinate representation of color #D09380: hue angle of 14.25º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D09380 is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 147 | 128 | - |
| CMYK | 0 | 0.29 | 0.38 | 0.18 |
| HSL | 14.25º | 0.46% | 0.66% | - |
| HSV(B) | 14.25º | 0.38% | 0.82% | - |
| XYZ | 40.34 | 35.84 | 25.21 | - |
| YUV | 163.07 | 108.21 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 147 | 128 | 0 | 0.29 | 0.38 | 0.18 | 14.25 | 0.46 | 0.66 |
| Hex | D0 | 93 | 80 | 0 | 1D | 26 | 12 | E | 2E | 42 |
| Octal | 320 | 223 | 200 | 0 | 35 | 46 | 22 | 16 | 56 | 102 |
| Binary | 11010000 | 10010011 | 10000000 | 0 | 11101 | 100110 | 10010 | 1110 | 101110 | 1000010 |
Color Harmonies of #D09380
Complementary color
Monochromatic Colors of #D09380
Black with #D09380
Text Example
Text Example
White with #D09380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09380; }
p { color: rgb(208,147,128); }
H1.HeaderClassName
{
color: #D09380;
}
.AnyTagClassName
{
color: #D09380;
}
</style>
background-color css
<style>
a { background-color: #D09380; }
a { background-color: rgb(208,147,128); }
div.DivClassName
{
background-color: #D09380;
}
.BgClassName
{
background-color: #D09380;
}
</style>
border-color css
<style>
span { border-color: #D09380; }
span { border-color: rgb(208,147,128); }
td.TdClassName
{
border-color: #D09380;
}
.TagClassName
{
border-color: #D09380;
}
</style>