Shades of Feldspar #D4927A
Tints of Feldspar #D4927A
RGB
CMYK
RGB Variations
Color information
#D4927A (or 0xD4927A) is known color: Feldspar. HEX triplet: D4, 92 and 7A. RGB value is (212,146,122). Sum of RGB (Red+Green+Blue) = 212+146+122=480 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.17% from 480); Green value is 146 (57.42% from 255 or 30.42% from 480); Blue value is 122 (48.05% from 255 or 25.42% from 480); Max value from RGB is 212 - color contains mainly: red. Hex color #D4927A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4927A is #2B6D85. Grayscale: #A3A3A3. Windows color (decimal): -2846086 or 8032980. OLE color: 8032980.
HSL color Cylindrical-coordinate representation of color #D4927A: hue angle of 16º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D4927A is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 146 | 122 | - |
| CMYK | 0 | 0.31 | 0.42 | 0.17 |
| HSL | 16º | 0.51% | 0.65% | - |
| HSV(B) | 16º | 0.42% | 0.83% | - |
| XYZ | 40.94 | 35.96 | 23.2 | - |
| YUV | 163 | 104.87 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 146 | 122 | 0 | 0.31 | 0.42 | 0.17 | 16 | 0.51 | 0.65 |
| Hex | D4 | 92 | 7A | 0 | 1F | 2A | 11 | 10 | 33 | 41 |
| Octal | 324 | 222 | 172 | 0 | 37 | 52 | 21 | 20 | 63 | 101 |
| Binary | 11010100 | 10010010 | 1111010 | 0 | 11111 | 101010 | 10001 | 10000 | 110011 | 1000001 |
Color Harmonies of #D4927A
Complementary color
Monochromatic Colors of #D4927A
Black with #D4927A
Text Example
Text Example
White with #D4927A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4927A; }
p { color: rgb(212,146,122); }
H1.HeaderClassName
{
color: #D4927A;
}
.AnyTagClassName
{
color: #D4927A;
}
</style>
background-color css
<style>
a { background-color: #D4927A; }
a { background-color: rgb(212,146,122); }
div.DivClassName
{
background-color: #D4927A;
}
.BgClassName
{
background-color: #D4927A;
}
</style>
border-color css
<style>
span { border-color: #D4927A; }
span { border-color: rgb(212,146,122); }
td.TdClassName
{
border-color: #D4927A;
}
.TagClassName
{
border-color: #D4927A;
}
</style>