#D1917A

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

Shades of Feldspar #D1917A

Tints of Feldspar #D1917A

Color information

#D1917A (or 0xD1917A) is unknown color: approx Feldspar. HEX triplet: D1, 91 and 7A. RGB value is (209,145,122). Sum of RGB (Red+Green+Blue) = 209+145+122=476 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.91% from 476); Green value is 145 (57.03% from 255 or 30.46% from 476); Blue value is 122 (48.05% from 255 or 25.63% from 476); Max value from RGB is 209 - color contains mainly: red. Hex color #D1917A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1917A is #2E6E85. Grayscale: #A1A1A1. Windows color (decimal): -3042950 or 8032721. OLE color: 8032721.

HSL color Cylindrical-coordinate representation of color #D1917A: hue angle of 15.86º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D1917A is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB209145122-
CMYK00.310.420.18
HSL15.86º48.6%64.9%-
HSV(B)15.86º41.63%81.96%-
XYZ39.9335.2123.1-
YUV161.51105.7161.87-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.91%
GREEN value IS 145 (57.03% from 255) = 30.46%
BLUE value IS 122 (48.05% from 255) = 25.63%
R=43.91%
G=30.46%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914512200.310.420.1815.8648.664.9
HexD1917A01F2A12103141
Octal32122117203752222061101
Binary1101000110010001111101001111110101010010100001100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1917A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1917A; }

 p { color: rgb(209,145,122); }

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

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

 a { background-color: rgb(209,145,122); }

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

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

 span { border-color: rgb(209,145,122); }

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