#D1956F

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

Shades of Feldspar #D1956F

Tints of Feldspar #D1956F

Color information

#D1956F (or 0xD1956F) is unknown color: approx Feldspar. HEX triplet: D1, 95 and 6F. RGB value is (209,149,111). Sum of RGB (Red+Green+Blue) = 209+149+111=469 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.56% from 469); Green value is 149 (58.59% from 255 or 31.77% from 469); Blue value is 111 (43.75% from 255 or 23.67% from 469); Max value from RGB is 209 - color contains mainly: red. Hex color #D1956F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1956F is #2E6A90. Grayscale: #A2A2A2. Windows color (decimal): -3041937 or 7312849. OLE color: 7312849.

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

Color convert

RGB209149111-
CMYK00.290.470.18
HSL23.27º51.58%62.75%-
HSV(B)23.27º46.89%81.96%-
XYZ39.9136.219.92-
YUV162.6198.88161.09-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.56%
GREEN value IS 149 (58.59% from 255) = 31.77%
BLUE value IS 111 (43.75% from 255) = 23.67%
R=44.56%
G=31.77%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914911100.290.470.1823.2751.5862.75
HexD1956F01D2F1217343f
Octal3212251570355722276477
Binary110100011001010111011110111011011111001010111110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1956F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1956F; }

 p { color: rgb(209,149,111); }

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

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

 a { background-color: rgb(209,149,111); }

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

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

 span { border-color: rgb(209,149,111); }

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