#D98E78

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

Shades of Feldspar #D98E78

Tints of Feldspar #D98E78

Color information

#D98E78 (or 0xD98E78) is unknown color: approx Feldspar. HEX triplet: D9, 8E and 78. RGB value is (217,142,120). Sum of RGB (Red+Green+Blue) = 217+142+120=479 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.30% from 479); Green value is 142 (55.86% from 255 or 29.65% from 479); Blue value is 120 (47.27% from 255 or 25.05% from 479); Max value from RGB is 217 - color contains mainly: red. Hex color #D98E78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98E78 is #267187. Grayscale: #A2A2A2. Windows color (decimal): -2519432 or 7900889. OLE color: 7900889.

HSL color Cylindrical-coordinate representation of color #D98E78: hue angle of 13.61º 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 #D98E78 is Cyan = 0, Magento = 0.35, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB217142120-
CMYK00.350.450.15
HSL13.61º56.07%66.08%-
HSV(B)13.61º44.7%85.1%-
XYZ41.6835.4522.42-
YUV161.92104.35167.29-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.30%
GREEN value IS 142 (55.86% from 255) = 29.65%
BLUE value IS 120 (47.27% from 255) = 25.05%
R=45.30%
G=29.65%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714212000.350.450.1513.6156.0766.08
HexD98E780232DFe3842
Octal33121617004355171670102
Binary110110011000111011110000100011101101111111101110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98E78; }

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

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

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

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

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

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

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

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