Shades of Feldspar #D99277
Tints of Feldspar #D99277
RGB
CMYK
RGB Variations
Color information
#D99277 (or 0xD99277) is known color: Feldspar. HEX triplet: D9, 92 and 77. RGB value is (217,146,119). Sum of RGB (Red+Green+Blue) = 217+146+119=482 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.02% from 482); Green value is 146 (57.42% from 255 or 30.29% from 482); Blue value is 119 (46.88% from 255 or 24.69% from 482); Max value from RGB is 217 - color contains mainly: red. Hex color #D99277 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99277 is #266D88. Grayscale: #A4A4A4. Windows color (decimal): -2518409 or 7836377. OLE color: 7836377.
HSL color Cylindrical-coordinate representation of color #D99277: hue angle of 16.53º 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 #D99277 is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 146 | 119 | - |
| CMYK | 0 | 0.33 | 0.45 | 0.15 |
| HSL | 16.53º | 0.56% | 0.66% | - |
| HSV(B) | 16.53º | 0.45% | 0.85% | - |
| XYZ | 42.22 | 36.64 | 22.3 | - |
| YUV | 164.15 | 102.52 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 146 | 119 | 0 | 0.33 | 0.45 | 0.15 | 16.53 | 0.56 | 0.66 |
| Hex | D9 | 92 | 77 | 0 | 21 | 2D | F | 11 | 38 | 42 |
| Octal | 331 | 222 | 167 | 0 | 41 | 55 | 17 | 21 | 70 | 102 |
| Binary | 11011001 | 10010010 | 1110111 | 0 | 100001 | 101101 | 1111 | 10001 | 111000 | 1000010 |
Color Harmonies of #D99277
Complementary color
Monochromatic Colors of #D99277
Black with #D99277
Text Example
Text Example
White with #D99277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99277; }
p { color: rgb(217,146,119); }
H1.HeaderClassName
{
color: #D99277;
}
.AnyTagClassName
{
color: #D99277;
}
</style>
background-color css
<style>
a { background-color: #D99277; }
a { background-color: rgb(217,146,119); }
div.DivClassName
{
background-color: #D99277;
}
.BgClassName
{
background-color: #D99277;
}
</style>
border-color css
<style>
span { border-color: #D99277; }
span { border-color: rgb(217,146,119); }
td.TdClassName
{
border-color: #D99277;
}
.TagClassName
{
border-color: #D99277;
}
</style>