Shades of Feldspar #D69A72
Tints of Feldspar #D69A72
RGB
CMYK
RGB Variations
Color information
#D69A72 (or 0xD69A72) is known color: Feldspar. HEX triplet: D6, 9A and 72. RGB value is (214,154,114). Sum of RGB (Red+Green+Blue) = 214+154+114=482 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.40% from 482); Green value is 154 (60.55% from 255 or 31.95% from 482); Blue value is 114 (44.92% from 255 or 23.65% from 482); Max value from RGB is 214 - color contains mainly: red. Hex color #D69A72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69A72 is #29658D. Grayscale: #A7A7A7. Windows color (decimal): -2712974 or 7510742. OLE color: 7510742.
HSL color Cylindrical-coordinate representation of color #D69A72: hue angle of 24º 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 #D69A72 is Cyan = 0, Magento = 0.28, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 154 | 114 | - |
| CMYK | 0 | 0.28 | 0.47 | 0.16 |
| HSL | 24º | 0.55% | 0.64% | - |
| HSV(B) | 24º | 0.47% | 0.84% | - |
| XYZ | 42.32 | 38.62 | 21.14 | - |
| YUV | 167.38 | 97.88 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 154 | 114 | 0 | 0.28 | 0.47 | 0.16 | 24 | 0.55 | 0.64 |
| Hex | D6 | 9A | 72 | 0 | 1C | 2F | 10 | 18 | 37 | 40 |
| Octal | 326 | 232 | 162 | 0 | 34 | 57 | 20 | 30 | 67 | 100 |
| Binary | 11010110 | 10011010 | 1110010 | 0 | 11100 | 101111 | 10000 | 11000 | 110111 | 1000000 |
Color Harmonies of #D69A72
Complementary color
Monochromatic Colors of #D69A72
Black with #D69A72
Text Example
Text Example
White with #D69A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69A72; }
p { color: rgb(214,154,114); }
H1.HeaderClassName
{
color: #D69A72;
}
.AnyTagClassName
{
color: #D69A72;
}
</style>
background-color css
<style>
a { background-color: #D69A72; }
a { background-color: rgb(214,154,114); }
div.DivClassName
{
background-color: #D69A72;
}
.BgClassName
{
background-color: #D69A72;
}
</style>
border-color css
<style>
span { border-color: #D69A72; }
span { border-color: rgb(214,154,114); }
td.TdClassName
{
border-color: #D69A72;
}
.TagClassName
{
border-color: #D69A72;
}
</style>