#D98E76

Color #D98E76 Feldspar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feldspar #D98E76

Tints of Feldspar #D98E76

Color information

#D98E76 (or 0xD98E76) is unknown color: approx Feldspar. HEX triplet: D9, 8E and 76. RGB value is (217,142,118). Sum of RGB (Red+Green+Blue) = 217+142+118=477 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.49% from 477); Green value is 142 (55.86% from 255 or 29.77% from 477); Blue value is 118 (46.48% from 255 or 24.74% from 477); Max value from RGB is 217 - color contains mainly: red. Hex color #D98E76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98E76 is #267189. Grayscale: #A1A1A1. Windows color (decimal): -2519434 or 7769817. OLE color: 7769817.

HSL color Cylindrical-coordinate representation of color #D98E76: hue angle of 14.55º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D98E76 is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB217142118-
CMYK00.350.460.15
HSL14.55º56.57%65.69%-
HSV(B)14.55º45.62%85.1%-
XYZ41.5635.4121.78-
YUV161.69103.35167.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 217 (85.16% from 255) = 45.49%
GREEN value IS 142 (55.86% from 255) = 29.77%
BLUE value IS 118 (46.48% from 255) = 24.74%
R=45.49%
G=29.77%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714211800.350.460.1514.5556.5765.69
HexD98E760232EFf3942
Octal33121616604356171771102
Binary110110011000111011101100100011101110111111111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98E76; }

 p { color: rgb(217,142,118); }

 H1.HeaderClassName
 {
   color: #D98E76;
 }
 .AnyTagClassName
 {
   color: #D98E76;
 }
</style>
background-color css

<style>
 a { background-color: #D98E76; }

 a { background-color: rgb(217,142,118); }

 div.DivClassName
 {
   background-color: #D98E76;
 }
 .BgClassName
 {
   background-color: #D98E76;
 }
</style>
border-color css

<style>
 span { border-color: #D98E76; }

 span { border-color: rgb(217,142,118); }

 td.TdClassName
 {
   border-color: #D98E76;
 }
 .TagClassName
 {
   border-color: #D98E76;
 }
</style>