#D9977A

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

Shades of Feldspar #D9977A

Tints of Feldspar #D9977A

Color information

#D9977A (or 0xD9977A) is unknown color: approx Feldspar. HEX triplet: D9, 97 and 7A. RGB value is (217,151,122). Sum of RGB (Red+Green+Blue) = 217+151+122=490 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.29% from 490); Green value is 151 (59.38% from 255 or 30.82% from 490); Blue value is 122 (48.05% from 255 or 24.90% from 490); Max value from RGB is 217 - color contains mainly: red. Hex color #D9977A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9977A is #266885. Grayscale: #A7A7A7. Windows color (decimal): -2517126 or 8034265. OLE color: 8034265.

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

Color convert

RGB217151122-
CMYK00.300.440.15
HSL18.32º55.56%66.47%-
HSV(B)18.32º43.78%85.1%-
XYZ43.1938.2923.53-
YUV167.43102.37163.36-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.29%
GREEN value IS 151 (59.38% from 255) = 30.82%
BLUE value IS 122 (48.05% from 255) = 24.90%
R=44.29%
G=30.82%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715112200.300.440.1518.3255.5666.47
HexD9977A01E2CF123842
Octal33122717203654172270102
Binary110110011001011111110100111101011001111100101110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9977A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9977A; }

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

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

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

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

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

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

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

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