#D4957F

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

Shades of Feldspar #D4957F

Tints of Feldspar #D4957F

Color information

#D4957F (or 0xD4957F) is unknown color: approx Feldspar. HEX triplet: D4, 95 and 7F. RGB value is (212,149,127). Sum of RGB (Red+Green+Blue) = 212+149+127=488 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.44% from 488); Green value is 149 (58.59% from 255 or 30.53% from 488); Blue value is 127 (50% from 255 or 26.02% from 488); Max value from RGB is 212 - color contains mainly: red. Hex color #D4957F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4957F is #2B6A80. Grayscale: #A5A5A5. Windows color (decimal): -2845313 or 8361428. OLE color: 8361428.

HSL color Cylindrical-coordinate representation of color #D4957F: hue angle of 15.53º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D4957F is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB212149127-
CMYK00.300.400.17
HSL15.53º49.71%66.47%-
HSV(B)15.53º40.09%83.14%-
XYZ41.7337.0225.03-
YUV165.33106.37161.29-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.44%
GREEN value IS 149 (58.59% from 255) = 30.53%
BLUE value IS 127 (50% from 255) = 26.02%
R=43.44%
G=30.53%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.40
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214912700.300.400.1715.5349.7166.47
HexD4957F01E2811103242
Octal32422517703650212062102
Binary1101010010010101111111101111010100010001100001100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4957F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4957F; }

 p { color: rgb(212,149,127); }

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

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

 a { background-color: rgb(212,149,127); }

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

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

 span { border-color: rgb(212,149,127); }

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