Shades of Feldspar #D99B7B
Tints of Feldspar #D99B7B
RGB
CMYK
RGB Variations
Color information
#D99B7B (or 0xD99B7B) is known color: Feldspar. HEX triplet: D9, 9B and 7B. RGB value is (217,155,123). Sum of RGB (Red+Green+Blue) = 217+155+123=495 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.84% from 495); Green value is 155 (60.94% from 255 or 31.31% from 495); Blue value is 123 (48.44% from 255 or 24.85% from 495); Max value from RGB is 217 - color contains mainly: red. Hex color #D99B7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99B7B is #266484. Grayscale: #AAAAAA. Windows color (decimal): -2516101 or 8100825. OLE color: 8100825.
HSL color Cylindrical-coordinate representation of color #D99B7B: hue angle of 20.43º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D99B7B is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 155 | 123 | - |
| CMYK | 0 | 0.29 | 0.43 | 0.15 |
| HSL | 20.43º | 0.55% | 0.67% | - |
| HSV(B) | 20.43º | 0.43% | 0.85% | - |
| XYZ | 43.91 | 39.62 | 24.07 | - |
| YUV | 169.89 | 101.54 | 161.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 155 | 123 | 0 | 0.29 | 0.43 | 0.15 | 20.43 | 0.55 | 0.67 |
| Hex | D9 | 9B | 7B | 0 | 1D | 2B | F | 14 | 37 | 43 |
| Octal | 331 | 233 | 173 | 0 | 35 | 53 | 17 | 24 | 67 | 103 |
| Binary | 11011001 | 10011011 | 1111011 | 0 | 11101 | 101011 | 1111 | 10100 | 110111 | 1000011 |
Color Harmonies of #D99B7B
Complementary color
Monochromatic Colors of #D99B7B
Black with #D99B7B
Text Example
Text Example
White with #D99B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99B7B; }
p { color: rgb(217,155,123); }
H1.HeaderClassName
{
color: #D99B7B;
}
.AnyTagClassName
{
color: #D99B7B;
}
</style>
background-color css
<style>
a { background-color: #D99B7B; }
a { background-color: rgb(217,155,123); }
div.DivClassName
{
background-color: #D99B7B;
}
.BgClassName
{
background-color: #D99B7B;
}
</style>
border-color css
<style>
span { border-color: #D99B7B; }
span { border-color: rgb(217,155,123); }
td.TdClassName
{
border-color: #D99B7B;
}
.TagClassName
{
border-color: #D99B7B;
}
</style>