#D1967F

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

Shades of Feldspar #D1967F

Tints of Feldspar #D1967F

Color information

#D1967F (or 0xD1967F) is unknown color: approx Feldspar. HEX triplet: D1, 96 and 7F. RGB value is (209,150,127). Sum of RGB (Red+Green+Blue) = 209+150+127=486 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.00% from 486); Green value is 150 (58.98% from 255 or 30.86% from 486); Blue value is 127 (50% from 255 or 26.13% from 486); Max value from RGB is 209 - color contains mainly: red. Hex color #D1967F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1967F is #2E6980. Grayscale: #A5A5A5. Windows color (decimal): -3041665 or 8361681. OLE color: 8361681.

HSL color Cylindrical-coordinate representation of color #D1967F: hue angle of 16.83º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D1967F is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB209150127-
CMYK00.280.390.18
HSL16.83º47.13%65.88%-
HSV(B)16.83º39.23%81.96%-
XYZ41.0336.925.04-
YUV165.02106.55159.37-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.00%
GREEN value IS 150 (58.98% from 255) = 30.86%
BLUE value IS 127 (50% from 255) = 26.13%
R=43.00%
G=30.86%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915012700.280.390.1816.8347.1365.88
HexD1967F01C2712112f42
Octal32122617703447222157102
Binary1101000110010110111111101110010011110010100011011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1967F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1967F; }

 p { color: rgb(209,150,127); }

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

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

 a { background-color: rgb(209,150,127); }

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

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

 span { border-color: rgb(209,150,127); }

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