#D5977E

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

Shades of Feldspar #D5977E

Tints of Feldspar #D5977E

Color information

#D5977E (or 0xD5977E) is unknown color: approx Feldspar. HEX triplet: D5, 97 and 7E. RGB value is (213,151,126). Sum of RGB (Red+Green+Blue) = 213+151+126=490 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.47% from 490); Green value is 151 (59.38% from 255 or 30.82% from 490); Blue value is 126 (49.61% from 255 or 25.71% from 490); Max value from RGB is 213 - color contains mainly: red. Hex color #D5977E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5977E is #2A6881. Grayscale: #A6A6A6. Windows color (decimal): -2779266 or 8296405. OLE color: 8296405.

HSL color Cylindrical-coordinate representation of color #D5977E: hue angle of 17.24º 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 #D5977E is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB213151126-
CMYK00.290.410.16
HSL17.24º50.88%66.47%-
HSV(B)17.24º40.85%83.53%-
XYZ42.2737.7924.8-
YUV166.69105.04161.03-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.47%
GREEN value IS 151 (59.38% from 255) = 30.82%
BLUE value IS 126 (49.61% from 255) = 25.71%
R=43.47%
G=30.82%
B=25.71%

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
Decimal21315112600.290.410.1617.2450.8866.47
HexD5977E01D2910113342
Octal32522717603551202163102
Binary1101010110010111111111001110110100110000100011100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5977E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5977E; }

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

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

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

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

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

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

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

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