Shades of Feldspar #D69072
Tints of Feldspar #D69072
RGB
CMYK
RGB Variations
Color information
#D69072 (or 0xD69072) is known color: Feldspar. HEX triplet: D6, 90 and 72. RGB value is (214,144,114). Sum of RGB (Red+Green+Blue) = 214+144+114=472 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.34% from 472); Green value is 144 (56.64% from 255 or 30.51% from 472); Blue value is 114 (44.92% from 255 or 24.15% from 472); Max value from RGB is 214 - color contains mainly: red. Hex color #D69072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69072 is #296F8D. Grayscale: #A1A1A1. Windows color (decimal): -2715534 or 7508182. OLE color: 7508182.
HSL color Cylindrical-coordinate representation of color #D69072: hue angle of 18º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D69072 is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 144 | 114 | - |
| CMYK | 0 | 0.33 | 0.47 | 0.16 |
| HSL | 18º | 0.55% | 0.64% | - |
| HSV(B) | 18º | 0.47% | 0.84% | - |
| XYZ | 40.74 | 35.46 | 20.62 | - |
| YUV | 161.51 | 101.19 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 144 | 114 | 0 | 0.33 | 0.47 | 0.16 | 18 | 0.55 | 0.64 |
| Hex | D6 | 90 | 72 | 0 | 21 | 2F | 10 | 12 | 37 | 40 |
| Octal | 326 | 220 | 162 | 0 | 41 | 57 | 20 | 22 | 67 | 100 |
| Binary | 11010110 | 10010000 | 1110010 | 0 | 100001 | 101111 | 10000 | 10010 | 110111 | 1000000 |
Color Harmonies of #D69072
Complementary color
Monochromatic Colors of #D69072
Black with #D69072
Text Example
Text Example
White with #D69072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69072; }
p { color: rgb(214,144,114); }
H1.HeaderClassName
{
color: #D69072;
}
.AnyTagClassName
{
color: #D69072;
}
</style>
background-color css
<style>
a { background-color: #D69072; }
a { background-color: rgb(214,144,114); }
div.DivClassName
{
background-color: #D69072;
}
.BgClassName
{
background-color: #D69072;
}
</style>
border-color css
<style>
span { border-color: #D69072; }
span { border-color: rgb(214,144,114); }
td.TdClassName
{
border-color: #D69072;
}
.TagClassName
{
border-color: #D69072;
}
</style>