#D19071

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

Shades of Feldspar #D19071

Tints of Feldspar #D19071

Color information

#D19071 (or 0xD19071) is unknown color: approx Feldspar. HEX triplet: D1, 90 and 71. RGB value is (209,144,113). Sum of RGB (Red+Green+Blue) = 209+144+113=466 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.85% from 466); Green value is 144 (56.64% from 255 or 30.90% from 466); Blue value is 113 (44.53% from 255 or 24.25% from 466); Max value from RGB is 209 - color contains mainly: red. Hex color #D19071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19071 is #2E6F8E. Grayscale: #A0A0A0. Windows color (decimal): -3043215 or 7442641. OLE color: 7442641.

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

Color convert

RGB209144113-
CMYK00.310.460.18
HSL19.38º51.06%63.14%-
HSV(B)19.38º45.93%81.96%-
XYZ39.2534.6920.25-
YUV159.9101.53163.02-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.85%
GREEN value IS 144 (56.64% from 255) = 30.90%
BLUE value IS 113 (44.53% from 255) = 24.25%
R=44.85%
G=30.90%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914411300.310.460.1819.3851.0663.14
HexD1907101F2E1213333f
Octal3212201610375622236377
Binary110100011001000011100010111111011101001010011110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19071; }

 p { color: rgb(209,144,113); }

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

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

 a { background-color: rgb(209,144,113); }

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

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

 span { border-color: rgb(209,144,113); }

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