Shades of Feldspar #D0917B
Tints of Feldspar #D0917B
RGB
CMYK
RGB Variations
Color information
#D0917B (or 0xD0917B) is known color: Feldspar. HEX triplet: D0, 91 and 7B. RGB value is (208,145,123). Sum of RGB (Red+Green+Blue) = 208+145+123=476 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.70% from 476); Green value is 145 (57.03% from 255 or 30.46% from 476); Blue value is 123 (48.44% from 255 or 25.84% from 476); Max value from RGB is 208 - color contains mainly: red. Hex color #D0917B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0917B is #2F6E84. Grayscale: #A1A1A1. Windows color (decimal): -3108485 or 8098256. OLE color: 8098256.
HSL color Cylindrical-coordinate representation of color #D0917B: hue angle of 15.53º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D0917B is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 145 | 123 | - |
| CMYK | 0 | 0.30 | 0.41 | 0.18 |
| HSL | 15.53º | 0.47% | 0.65% | - |
| HSV(B) | 15.53º | 0.41% | 0.82% | - |
| XYZ | 39.71 | 35.09 | 23.42 | - |
| YUV | 161.33 | 106.37 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 145 | 123 | 0 | 0.30 | 0.41 | 0.18 | 15.53 | 0.47 | 0.65 |
| Hex | D0 | 91 | 7B | 0 | 1E | 29 | 12 | 10 | 2F | 41 |
| Octal | 320 | 221 | 173 | 0 | 36 | 51 | 22 | 20 | 57 | 101 |
| Binary | 11010000 | 10010001 | 1111011 | 0 | 11110 | 101001 | 10010 | 10000 | 101111 | 1000001 |
Color Harmonies of #D0917B
Complementary color
Monochromatic Colors of #D0917B
Black with #D0917B
Text Example
Text Example
White with #D0917B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0917B; }
p { color: rgb(208,145,123); }
H1.HeaderClassName
{
color: #D0917B;
}
.AnyTagClassName
{
color: #D0917B;
}
</style>
background-color css
<style>
a { background-color: #D0917B; }
a { background-color: rgb(208,145,123); }
div.DivClassName
{
background-color: #D0917B;
}
.BgClassName
{
background-color: #D0917B;
}
</style>
border-color css
<style>
span { border-color: #D0917B; }
span { border-color: rgb(208,145,123); }
td.TdClassName
{
border-color: #D0917B;
}
.TagClassName
{
border-color: #D0917B;
}
</style>