#D8937A

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

Shades of Feldspar #D8937A

Tints of Feldspar #D8937A

Color information

#D8937A (or 0xD8937A) is unknown color: approx Feldspar. HEX triplet: D8, 93 and 7A. RGB value is (216,147,122). Sum of RGB (Red+Green+Blue) = 216+147+122=485 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.54% from 485); Green value is 147 (57.81% from 255 or 30.31% from 485); Blue value is 122 (48.05% from 255 or 25.15% from 485); Max value from RGB is 216 - color contains mainly: red. Hex color #D8937A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8937A is #276C85. Grayscale: #A4A4A4. Windows color (decimal): -2583686 or 8033240. OLE color: 8033240.

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

Color convert

RGB216147122-
CMYK00.320.440.15
HSL15.96º54.65%66.27%-
HSV(B)15.96º43.52%84.71%-
XYZ42.2736.8723.3-
YUV164.78103.86164.53-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.54%
GREEN value IS 147 (57.81% from 255) = 30.31%
BLUE value IS 122 (48.05% from 255) = 25.15%
R=44.54%
G=30.31%
B=25.15%

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
Decimal21614712200.320.440.1515.9654.6566.27
HexD8937A0202CF103742
Octal33022317204054172067102
Binary1101100010010011111101001000001011001111100001101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8937A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8937A; }

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

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

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

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

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

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

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

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