#D9977E

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

Shades of Feldspar #D9977E

Tints of Feldspar #D9977E

Color information

#D9977E (or 0xD9977E) is unknown color: approx Feldspar. HEX triplet: D9, 97 and 7E. RGB value is (217,151,126). Sum of RGB (Red+Green+Blue) = 217+151+126=494 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.93% from 494); Green value is 151 (59.38% from 255 or 30.57% from 494); Blue value is 126 (49.61% from 255 or 25.51% from 494); Max value from RGB is 217 - color contains mainly: red. Hex color #D9977E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9977E is #266881. Grayscale: #A8A8A8. Windows color (decimal): -2517122 or 8296409. OLE color: 8296409.

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

Color convert

RGB217151126-
CMYK00.300.420.15
HSL16.48º54.49%67.25%-
HSV(B)16.48º41.94%85.1%-
XYZ43.4538.3924.86-
YUV167.88104.37163.03-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.93%
GREEN value IS 151 (59.38% from 255) = 30.57%
BLUE value IS 126 (49.61% from 255) = 25.51%
R=43.93%
G=30.57%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715112600.300.420.1516.4854.4967.25
HexD9977E01E2AF103643
Octal33122717603652172066103
Binary110110011001011111111100111101010101111100001101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9977E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9977E; }

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

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

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

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

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

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

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

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