Shades of Feldspar #D0926E
Tints of Feldspar #D0926E
RGB
CMYK
RGB Variations
Color information
#D0926E (or 0xD0926E) is known color: Feldspar. HEX triplet: D0, 92 and 6E. RGB value is (208,146,110). Sum of RGB (Red+Green+Blue) = 208+146+110=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 146 (57.42% from 255 or 31.47% from 464); Blue value is 110 (43.36% from 255 or 23.71% from 464); Max value from RGB is 208 - color contains mainly: red. Hex color #D0926E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0926E is #2F6D91. Grayscale: #A0A0A0. Windows color (decimal): -3108242 or 7246544. OLE color: 7246544.
HSL color Cylindrical-coordinate representation of color #D0926E: hue angle of 22.04º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D0926E is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 146 | 110 | - |
| CMYK | 0 | 0.30 | 0.47 | 0.18 |
| HSL | 22.04º | 0.51% | 0.62% | - |
| HSV(B) | 22.04º | 0.47% | 0.82% | - |
| XYZ | 39.11 | 35.09 | 19.46 | - |
| YUV | 160.43 | 99.54 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 146 | 110 | 0 | 0.30 | 0.47 | 0.18 | 22.04 | 0.51 | 0.62 |
| Hex | D0 | 92 | 6E | 0 | 1E | 2F | 12 | 16 | 33 | 3E |
| Octal | 320 | 222 | 156 | 0 | 36 | 57 | 22 | 26 | 63 | 76 |
| Binary | 11010000 | 10010010 | 1101110 | 0 | 11110 | 101111 | 10010 | 10110 | 110011 | 111110 |
Color Harmonies of #D0926E
Complementary color
Monochromatic Colors of #D0926E
Black with #D0926E
Text Example
Text Example
White with #D0926E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0926E; }
p { color: rgb(208,146,110); }
H1.HeaderClassName
{
color: #D0926E;
}
.AnyTagClassName
{
color: #D0926E;
}
</style>
background-color css
<style>
a { background-color: #D0926E; }
a { background-color: rgb(208,146,110); }
div.DivClassName
{
background-color: #D0926E;
}
.BgClassName
{
background-color: #D0926E;
}
</style>
border-color css
<style>
span { border-color: #D0926E; }
span { border-color: rgb(208,146,110); }
td.TdClassName
{
border-color: #D0926E;
}
.TagClassName
{
border-color: #D0926E;
}
</style>