#D4917C

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

Shades of Feldspar #D4917C

Tints of Feldspar #D4917C

Color information

#D4917C (or 0xD4917C) is unknown color: approx Feldspar. HEX triplet: D4, 91 and 7C. RGB value is (212,145,124). Sum of RGB (Red+Green+Blue) = 212+145+124=481 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.07% from 481); Green value is 145 (57.03% from 255 or 30.15% from 481); Blue value is 124 (48.83% from 255 or 25.78% from 481); Max value from RGB is 212 - color contains mainly: red. Hex color #D4917C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4917C is #2B6E83. Grayscale: #A2A2A2. Windows color (decimal): -2846340 or 8163796. OLE color: 8163796.

HSL color Cylindrical-coordinate representation of color #D4917C: hue angle of 14.32º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D4917C is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB212145124-
CMYK00.320.420.17
HSL14.32º50.57%65.88%-
HSV(B)14.32º41.51%83.14%-
XYZ40.9135.723.8-
YUV162.64106.2163.21-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.07%
GREEN value IS 145 (57.03% from 255) = 30.15%
BLUE value IS 124 (48.83% from 255) = 25.78%
R=44.07%
G=30.15%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.42
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214512400.320.420.1714.3250.5765.88
HexD4917C0202A11e3342
Octal32422117404052211663102
Binary1101010010010001111110001000001010101000111101100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4917C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4917C; }

 p { color: rgb(212,145,124); }

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

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

 a { background-color: rgb(212,145,124); }

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

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

 span { border-color: rgb(212,145,124); }

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