#D19370

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

Shades of Feldspar #D19370

Tints of Feldspar #D19370

Color information

#D19370 (or 0xD19370) is unknown color: approx Feldspar. HEX triplet: D1, 93 and 70. RGB value is (209,147,112). Sum of RGB (Red+Green+Blue) = 209+147+112=468 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.66% from 468); Green value is 147 (57.81% from 255 or 31.41% from 468); Blue value is 112 (44.14% from 255 or 23.93% from 468); Max value from RGB is 209 - color contains mainly: red. Hex color #D19370 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19370 is #2E6C8F. Grayscale: #A1A1A1. Windows color (decimal): -3042448 or 7377873. OLE color: 7377873.

HSL color Cylindrical-coordinate representation of color #D19370: hue angle of 21.65º 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 #D19370 is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB209147112-
CMYK00.300.460.18
HSL21.65º51.32%62.94%-
HSV(B)21.65º46.41%81.96%-
XYZ39.6535.5920.11-
YUV161.55100.04161.85-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.66%
GREEN value IS 147 (57.81% from 255) = 31.41%
BLUE value IS 112 (44.14% from 255) = 23.93%
R=44.66%
G=31.41%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914711200.300.460.1821.6551.3262.94
HexD1937001E2E1216333f
Octal3212231600365622266377
Binary110100011001001111100000111101011101001010110110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19370; }

 p { color: rgb(209,147,112); }

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

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

 a { background-color: rgb(209,147,112); }

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

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

 span { border-color: rgb(209,147,112); }

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