Shades of Feldspar #D0926C
Tints of Feldspar #D0926C
RGB
CMYK
RGB Variations
Color information
#D0926C (or 0xD0926C) is known color: Feldspar. HEX triplet: D0, 92 and 6C. RGB value is (208,146,108). Sum of RGB (Red+Green+Blue) = 208+146+108=462 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.02% from 462); Green value is 146 (57.42% from 255 or 31.60% from 462); Blue value is 108 (42.58% from 255 or 23.38% from 462); Max value from RGB is 208 - color contains mainly: red. Hex color #D0926C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0926C is #2F6D93. Grayscale: #A0A0A0. Windows color (decimal): -3108244 or 7115472. OLE color: 7115472.
HSL color Cylindrical-coordinate representation of color #D0926C: hue angle of 22.8º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D0926C is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 146 | 108 | - |
| CMYK | 0 | 0.30 | 0.48 | 0.18 |
| HSL | 22.8º | 0.52% | 0.62% | - |
| HSV(B) | 22.8º | 0.48% | 0.82% | - |
| XYZ | 39 | 35.05 | 18.9 | - |
| YUV | 160.21 | 98.54 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 146 | 108 | 0 | 0.30 | 0.48 | 0.18 | 22.8 | 0.52 | 0.62 |
| Hex | D0 | 92 | 6C | 0 | 1E | 30 | 12 | 17 | 34 | 3E |
| Octal | 320 | 222 | 154 | 0 | 36 | 60 | 22 | 27 | 64 | 76 |
| Binary | 11010000 | 10010010 | 1101100 | 0 | 11110 | 110000 | 10010 | 10111 | 110100 | 111110 |
Color Harmonies of #D0926C
Complementary color
Monochromatic Colors of #D0926C
Black with #D0926C
Text Example
Text Example
White with #D0926C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0926C; }
p { color: rgb(208,146,108); }
H1.HeaderClassName
{
color: #D0926C;
}
.AnyTagClassName
{
color: #D0926C;
}
</style>
background-color css
<style>
a { background-color: #D0926C; }
a { background-color: rgb(208,146,108); }
div.DivClassName
{
background-color: #D0926C;
}
.BgClassName
{
background-color: #D0926C;
}
</style>
border-color css
<style>
span { border-color: #D0926C; }
span { border-color: rgb(208,146,108); }
td.TdClassName
{
border-color: #D0926C;
}
.TagClassName
{
border-color: #D0926C;
}
</style>