Shades of Feldspar #D28A74
Tints of Feldspar #D28A74
RGB
CMYK
RGB Variations
Color information
#D28A74 (or 0xD28A74) is known color: Feldspar. HEX triplet: D2, 8A and 74. RGB value is (210,138,116). Sum of RGB (Red+Green+Blue) = 210+138+116=464 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.26% from 464); Green value is 138 (54.30% from 255 or 29.74% from 464); Blue value is 116 (45.70% from 255 or 25% from 464); Max value from RGB is 210 - color contains mainly: red. Hex color #D28A74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28A74 is #2D758B. Grayscale: #9D9D9D. Windows color (decimal): -2979212 or 7637714. OLE color: 7637714.
HSL color Cylindrical-coordinate representation of color #D28A74: hue angle of 14.04º 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 #D28A74 is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 138 | 116 | - |
| CMYK | 0 | 0.34 | 0.45 | 0.18 |
| HSL | 14.04º | 0.51% | 0.64% | - |
| HSV(B) | 14.04º | 0.45% | 0.82% | - |
| XYZ | 38.82 | 33.14 | 20.87 | - |
| YUV | 157.02 | 104.85 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 138 | 116 | 0 | 0.34 | 0.45 | 0.18 | 14.04 | 0.51 | 0.64 |
| Hex | D2 | 8A | 74 | 0 | 22 | 2D | 12 | E | 33 | 40 |
| Octal | 322 | 212 | 164 | 0 | 42 | 55 | 22 | 16 | 63 | 100 |
| Binary | 11010010 | 10001010 | 1110100 | 0 | 100010 | 101101 | 10010 | 1110 | 110011 | 1000000 |
Color Harmonies of #D28A74
Complementary color
Monochromatic Colors of #D28A74
Black with #D28A74
Text Example
Text Example
White with #D28A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28A74; }
p { color: rgb(210,138,116); }
H1.HeaderClassName
{
color: #D28A74;
}
.AnyTagClassName
{
color: #D28A74;
}
</style>
background-color css
<style>
a { background-color: #D28A74; }
a { background-color: rgb(210,138,116); }
div.DivClassName
{
background-color: #D28A74;
}
.BgClassName
{
background-color: #D28A74;
}
</style>
border-color css
<style>
span { border-color: #D28A74; }
span { border-color: rgb(210,138,116); }
td.TdClassName
{
border-color: #D28A74;
}
.TagClassName
{
border-color: #D28A74;
}
</style>