Shades of Feldspar #D69272
Tints of Feldspar #D69272
RGB
CMYK
RGB Variations
Color information
#D69272 (or 0xD69272) is known color: Feldspar. HEX triplet: D6, 92 and 72. RGB value is (214,146,114). Sum of RGB (Red+Green+Blue) = 214+146+114=474 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.15% from 474); Green value is 146 (57.42% from 255 or 30.80% from 474); Blue value is 114 (44.92% from 255 or 24.05% from 474); Max value from RGB is 214 - color contains mainly: red. Hex color #D69272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69272 is #296D8D. Grayscale: #A2A2A2. Windows color (decimal): -2715022 or 7508694. OLE color: 7508694.
HSL color Cylindrical-coordinate representation of color #D69272: hue angle of 19.2º 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 #D69272 is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 146 | 114 | - |
| CMYK | 0 | 0.32 | 0.47 | 0.16 |
| HSL | 19.2º | 0.55% | 0.64% | - |
| HSV(B) | 19.2º | 0.47% | 0.84% | - |
| XYZ | 41.05 | 36.07 | 20.72 | - |
| YUV | 162.68 | 100.53 | 164.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 146 | 114 | 0 | 0.32 | 0.47 | 0.16 | 19.2 | 0.55 | 0.64 |
| Hex | D6 | 92 | 72 | 0 | 20 | 2F | 10 | 13 | 37 | 40 |
| Octal | 326 | 222 | 162 | 0 | 40 | 57 | 20 | 23 | 67 | 100 |
| Binary | 11010110 | 10010010 | 1110010 | 0 | 100000 | 101111 | 10000 | 10011 | 110111 | 1000000 |
Color Harmonies of #D69272
Complementary color
Monochromatic Colors of #D69272
Black with #D69272
Text Example
Text Example
White with #D69272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69272; }
p { color: rgb(214,146,114); }
H1.HeaderClassName
{
color: #D69272;
}
.AnyTagClassName
{
color: #D69272;
}
</style>
background-color css
<style>
a { background-color: #D69272; }
a { background-color: rgb(214,146,114); }
div.DivClassName
{
background-color: #D69272;
}
.BgClassName
{
background-color: #D69272;
}
</style>
border-color css
<style>
span { border-color: #D69272; }
span { border-color: rgb(214,146,114); }
td.TdClassName
{
border-color: #D69272;
}
.TagClassName
{
border-color: #D69272;
}
</style>