#D7997E

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

Shades of Feldspar #D7997E

Tints of Feldspar #D7997E

Color information

#D7997E (or 0xD7997E) is unknown color: approx Feldspar. HEX triplet: D7, 99 and 7E. RGB value is (215,153,126). Sum of RGB (Red+Green+Blue) = 215+153+126=494 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.52% from 494); Green value is 153 (60.16% from 255 or 30.97% from 494); Blue value is 126 (49.61% from 255 or 25.51% from 494); Max value from RGB is 215 - color contains mainly: red. Hex color #D7997E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7997E is #286681. Grayscale: #A8A8A8. Windows color (decimal): -2647682 or 8296919. OLE color: 8296919.

HSL color Cylindrical-coordinate representation of color #D7997E: hue angle of 18.2º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D7997E is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB215153126-
CMYK00.290.410.16
HSL18.2º52.66%66.86%-
HSV(B)18.2º41.4%84.31%-
XYZ43.1838.7424.94-
YUV168.46104.04161.2-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.52%
GREEN value IS 153 (60.16% from 255) = 30.97%
BLUE value IS 126 (49.61% from 255) = 25.51%
R=43.52%
G=30.97%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515312600.290.410.1618.252.6666.86
HexD7997E01D2910123543
Octal32723117603551202265103
Binary1101011110011001111111001110110100110000100101101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7997E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7997E; }

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

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

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

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

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

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

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

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