#D5997E

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

Shades of Feldspar #D5997E

Tints of Feldspar #D5997E

Color information

#D5997E (or 0xD5997E) is unknown color: approx Feldspar. HEX triplet: D5, 99 and 7E. RGB value is (213,153,126). Sum of RGB (Red+Green+Blue) = 213+153+126=492 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.29% from 492); Green value is 153 (60.16% from 255 or 31.10% from 492); Blue value is 126 (49.61% from 255 or 25.61% from 492); Max value from RGB is 213 - color contains mainly: red. Hex color #D5997E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5997E is #2A6681. Grayscale: #A8A8A8. Windows color (decimal): -2778754 or 8296917. OLE color: 8296917.

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

Color convert

RGB213153126-
CMYK00.280.410.16
HSL18.62º50.88%66.47%-
HSV(B)18.62º40.85%83.53%-
XYZ42.638.4324.91-
YUV167.86104.38160.2-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.29%
GREEN value IS 153 (60.16% from 255) = 31.10%
BLUE value IS 126 (49.61% from 255) = 25.61%
R=43.29%
G=31.10%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315312600.280.410.1618.6250.8866.47
HexD5997E01C2910133342
Octal32523117603451202363102
Binary1101010110011001111111001110010100110000100111100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5997E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5997E; }

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

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

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

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

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

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

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

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