#D19076

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

Shades of Feldspar #D19076

Tints of Feldspar #D19076

Color information

#D19076 (or 0xD19076) is unknown color: approx Feldspar. HEX triplet: D1, 90 and 76. RGB value is (209,144,118). Sum of RGB (Red+Green+Blue) = 209+144+118=471 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.37% from 471); Green value is 144 (56.64% from 255 or 30.57% from 471); Blue value is 118 (46.48% from 255 or 25.05% from 471); Max value from RGB is 209 - color contains mainly: red. Hex color #D19076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19076 is #2E6F89. Grayscale: #A0A0A0. Windows color (decimal): -3043210 or 7770321. OLE color: 7770321.

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

Color convert

RGB209144118-
CMYK00.310.440.18
HSL17.14º49.73%64.12%-
HSV(B)17.14º43.54%81.96%-
XYZ39.5434.8121.77-
YUV160.47104.03162.61-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.37%
GREEN value IS 144 (56.64% from 255) = 30.57%
BLUE value IS 118 (46.48% from 255) = 25.05%
R=44.37%
G=30.57%
B=25.05%

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
Decimal20914411800.310.440.1817.1449.7364.12
HexD1907601F2C12113240
Octal32122016603754222162100
Binary1101000110010000111011001111110110010010100011100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19076; }

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

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

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

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

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

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

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

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