#D6917C

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

Shades of Feldspar #D6917C

Tints of Feldspar #D6917C

Color information

#D6917C (or 0xD6917C) is unknown color: approx Feldspar. HEX triplet: D6, 91 and 7C. RGB value is (214,145,124). Sum of RGB (Red+Green+Blue) = 214+145+124=483 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.31% from 483); Green value is 145 (57.03% from 255 or 30.02% from 483); Blue value is 124 (48.83% from 255 or 25.67% from 483); Max value from RGB is 214 - color contains mainly: red. Hex color #D6917C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6917C is #296E83. Grayscale: #A3A3A3. Windows color (decimal): -2715268 or 8163798. OLE color: 8163798.

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

Color convert

RGB214145124-
CMYK00.320.420.16
HSL14º52.33%66.27%-
HSV(B)14º42.06%83.92%-
XYZ41.53623.83-
YUV163.24105.86164.21-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.31%
GREEN value IS 145 (57.03% from 255) = 30.02%
BLUE value IS 124 (48.83% from 255) = 25.67%
R=44.31%
G=30.02%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414512400.320.420.161452.3366.27
HexD6917C0202A10e3442
Octal32622117404052201664102
Binary1101011010010001111110001000001010101000011101101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6917C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6917C; }

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

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

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

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

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

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

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

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