#D8997E

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

Shades of Feldspar #D8997E

Tints of Feldspar #D8997E

Color information

#D8997E (or 0xD8997E) is unknown color: approx Feldspar. HEX triplet: D8, 99 and 7E. RGB value is (216,153,126). Sum of RGB (Red+Green+Blue) = 216+153+126=495 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.64% from 495); Green value is 153 (60.16% from 255 or 30.91% from 495); Blue value is 126 (49.61% from 255 or 25.45% from 495); Max value from RGB is 216 - color contains mainly: red. Hex color #D8997E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8997E is #276681. Grayscale: #A8A8A8. Windows color (decimal): -2582146 or 8296920. OLE color: 8296920.

HSL color Cylindrical-coordinate representation of color #D8997E: hue angle of 18º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D8997E is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB216153126-
CMYK00.290.420.15
HSL18º53.57%67.06%-
HSV(B)18º41.67%84.71%-
XYZ43.4838.8924.95-
YUV168.76103.87161.7-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.64%
GREEN value IS 153 (60.16% from 255) = 30.91%
BLUE value IS 126 (49.61% from 255) = 25.45%
R=43.64%
G=30.91%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615312600.290.420.151853.5767.06
HexD8997E01D2AF123643
Octal33023117603552172266103
Binary110110001001100111111100111011010101111100101101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8997E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8997E; }

 p { color: rgb(216,153,126); }

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

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

 a { background-color: rgb(216,153,126); }

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

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

 span { border-color: rgb(216,153,126); }

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