#D9977F

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

Shades of Feldspar #D9977F

Tints of Feldspar #D9977F

Color information

#D9977F (or 0xD9977F) is unknown color: approx Feldspar. HEX triplet: D9, 97 and 7F. RGB value is (217,151,127). Sum of RGB (Red+Green+Blue) = 217+151+127=495 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.84% from 495); Green value is 151 (59.38% from 255 or 30.51% from 495); Blue value is 127 (50% from 255 or 25.66% from 495); Max value from RGB is 217 - color contains mainly: red. Hex color #D9977F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9977F is #266880. Grayscale: #A8A8A8. Windows color (decimal): -2517121 or 8361945. OLE color: 8361945.

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

Color convert

RGB217151127-
CMYK00.300.410.15
HSL16º54.22%67.45%-
HSV(B)16º41.47%85.1%-
XYZ43.5138.4225.2-
YUV168104.87162.95-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.84%
GREEN value IS 151 (59.38% from 255) = 30.51%
BLUE value IS 127 (50% from 255) = 25.66%
R=43.84%
G=30.51%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715112700.300.410.151654.2267.45
HexD9977F01E29F103643
Octal33122717703651172066103
Binary110110011001011111111110111101010011111100001101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9977F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9977F; }

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

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

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

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

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

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

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

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