Shades of Feldspar #D99678
Tints of Feldspar #D99678
RGB
CMYK
RGB Variations
Color information
#D99678 (or 0xD99678) is known color: Feldspar. HEX triplet: D9, 96 and 78. RGB value is (217,150,120). Sum of RGB (Red+Green+Blue) = 217+150+120=487 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.56% from 487); Green value is 150 (58.98% from 255 or 30.80% from 487); Blue value is 120 (47.27% from 255 or 24.64% from 487); Max value from RGB is 217 - color contains mainly: red. Hex color #D99678 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99678 is #266987. Grayscale: #A6A6A6. Windows color (decimal): -2517384 or 7902937. OLE color: 7902937.
HSL color Cylindrical-coordinate representation of color #D99678: hue angle of 18.56º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D99678 is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 150 | 120 | - |
| CMYK | 0 | 0.31 | 0.45 | 0.15 |
| HSL | 18.56º | 0.56% | 0.66% | - |
| HSV(B) | 18.56º | 0.45% | 0.85% | - |
| XYZ | 42.91 | 37.92 | 22.83 | - |
| YUV | 166.61 | 101.7 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 150 | 120 | 0 | 0.31 | 0.45 | 0.15 | 18.56 | 0.56 | 0.66 |
| Hex | D9 | 96 | 78 | 0 | 1F | 2D | F | 13 | 38 | 42 |
| Octal | 331 | 226 | 170 | 0 | 37 | 55 | 17 | 23 | 70 | 102 |
| Binary | 11011001 | 10010110 | 1111000 | 0 | 11111 | 101101 | 1111 | 10011 | 111000 | 1000010 |
Color Harmonies of #D99678
Complementary color
Monochromatic Colors of #D99678
Black with #D99678
Text Example
Text Example
White with #D99678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99678; }
p { color: rgb(217,150,120); }
H1.HeaderClassName
{
color: #D99678;
}
.AnyTagClassName
{
color: #D99678;
}
</style>
background-color css
<style>
a { background-color: #D99678; }
a { background-color: rgb(217,150,120); }
div.DivClassName
{
background-color: #D99678;
}
.BgClassName
{
background-color: #D99678;
}
</style>
border-color css
<style>
span { border-color: #D99678; }
span { border-color: rgb(217,150,120); }
td.TdClassName
{
border-color: #D99678;
}
.TagClassName
{
border-color: #D99678;
}
</style>