Shades of Feldspar #D29374
Tints of Feldspar #D29374
RGB
CMYK
RGB Variations
Color information
#D29374 (or 0xD29374) is known color: Feldspar. HEX triplet: D2, 93 and 74. RGB value is (210,147,116). Sum of RGB (Red+Green+Blue) = 210+147+116=473 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.40% from 473); Green value is 147 (57.81% from 255 or 31.08% from 473); Blue value is 116 (45.70% from 255 or 24.52% from 473); Max value from RGB is 210 - color contains mainly: red. Hex color #D29374 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29374 is #2D6C8B. Grayscale: #A2A2A2. Windows color (decimal): -2976908 or 7640018. OLE color: 7640018.
HSL color Cylindrical-coordinate representation of color #D29374: hue angle of 19.79º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D29374 is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 147 | 116 | - |
| CMYK | 0 | 0.30 | 0.45 | 0.18 |
| HSL | 19.79º | 0.51% | 0.64% | - |
| HSV(B) | 19.79º | 0.45% | 0.82% | - |
| XYZ | 40.16 | 35.83 | 21.32 | - |
| YUV | 162.3 | 101.87 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 147 | 116 | 0 | 0.30 | 0.45 | 0.18 | 19.79 | 0.51 | 0.64 |
| Hex | D2 | 93 | 74 | 0 | 1E | 2D | 12 | 14 | 33 | 40 |
| Octal | 322 | 223 | 164 | 0 | 36 | 55 | 22 | 24 | 63 | 100 |
| Binary | 11010010 | 10010011 | 1110100 | 0 | 11110 | 101101 | 10010 | 10100 | 110011 | 1000000 |
Color Harmonies of #D29374
Complementary color
Monochromatic Colors of #D29374
Black with #D29374
Text Example
Text Example
White with #D29374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29374; }
p { color: rgb(210,147,116); }
H1.HeaderClassName
{
color: #D29374;
}
.AnyTagClassName
{
color: #D29374;
}
</style>
background-color css
<style>
a { background-color: #D29374; }
a { background-color: rgb(210,147,116); }
div.DivClassName
{
background-color: #D29374;
}
.BgClassName
{
background-color: #D29374;
}
</style>
border-color css
<style>
span { border-color: #D29374; }
span { border-color: rgb(210,147,116); }
td.TdClassName
{
border-color: #D29374;
}
.TagClassName
{
border-color: #D29374;
}
</style>