#D19172

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

Shades of Feldspar #D19172

Tints of Feldspar #D19172

Color information

#D19172 (or 0xD19172) is unknown color: approx Feldspar. HEX triplet: D1, 91 and 72. RGB value is (209,145,114). Sum of RGB (Red+Green+Blue) = 209+145+114=468 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.66% from 468); Green value is 145 (57.03% from 255 or 30.98% from 468); Blue value is 114 (44.92% from 255 or 24.36% from 468); Max value from RGB is 209 - color contains mainly: red. Hex color #D19172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19172 is #2E6E8D. Grayscale: #A0A0A0. Windows color (decimal): -3042958 or 7508433. OLE color: 7508433.

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

Color convert

RGB209145114-
CMYK00.310.450.18
HSL19.58º50.8%63.33%-
HSV(B)19.58º45.45%81.96%-
XYZ39.4635.0220.6-
YUV160.6101.7162.52-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.66%
GREEN value IS 145 (57.03% from 255) = 30.98%
BLUE value IS 114 (44.92% from 255) = 24.36%
R=44.66%
G=30.98%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914511400.310.450.1819.5850.863.33
HexD1917201F2D1214333f
Octal3212211620375522246377
Binary110100011001000111100100111111011011001010100110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19172; }

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

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

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

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

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

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

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

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