#D9937A

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

Shades of Feldspar #D9937A

Tints of Feldspar #D9937A

Color information

#D9937A (or 0xD9937A) is unknown color: approx Feldspar. HEX triplet: D9, 93 and 7A. RGB value is (217,147,122). Sum of RGB (Red+Green+Blue) = 217+147+122=486 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.65% from 486); Green value is 147 (57.81% from 255 or 30.25% from 486); Blue value is 122 (48.05% from 255 or 25.10% from 486); Max value from RGB is 217 - color contains mainly: red. Hex color #D9937A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9937A is #266C85. Grayscale: #A5A5A5. Windows color (decimal): -2518150 or 8033241. OLE color: 8033241.

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

Color convert

RGB217147122-
CMYK00.320.440.15
HSL15.79º55.56%66.47%-
HSV(B)15.79º43.78%85.1%-
XYZ42.5637.0223.32-
YUV165.08103.69165.03-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.65%
GREEN value IS 147 (57.81% from 255) = 30.25%
BLUE value IS 122 (48.05% from 255) = 25.10%
R=44.65%
G=30.25%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714712200.320.440.1515.7955.5666.47
HexD9937A0202CF103842
Octal33122317204054172070102
Binary1101100110010011111101001000001011001111100001110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9937A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9937A; }

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

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

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

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

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

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

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

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