#D19174

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

Shades of Feldspar #D19174

Tints of Feldspar #D19174

Color information

#D19174 (or 0xD19174) is unknown color: approx Feldspar. HEX triplet: D1, 91 and 74. RGB value is (209,145,116). Sum of RGB (Red+Green+Blue) = 209+145+116=470 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.47% from 470); Green value is 145 (57.03% from 255 or 30.85% from 470); Blue value is 116 (45.70% from 255 or 24.68% from 470); Max value from RGB is 209 - color contains mainly: red. Hex color #D19174 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19174 is #2E6E8B. Grayscale: #A1A1A1. Windows color (decimal): -3042956 or 7639505. OLE color: 7639505.

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

Color convert

RGB209145116-
CMYK00.310.440.18
HSL18.71º50.27%63.73%-
HSV(B)18.71º44.5%81.96%-
XYZ39.5735.0721.21-
YUV160.83102.7162.36-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.47%
GREEN value IS 145 (57.03% from 255) = 30.85%
BLUE value IS 116 (45.70% from 255) = 24.68%
R=44.47%
G=30.85%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914511600.310.440.1818.7150.2763.73
HexD1917401F2C12133240
Octal32122116403754222362100
Binary1101000110010001111010001111110110010010100111100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19174; }

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

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

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

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

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

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

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

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