#D19475

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

Shades of Feldspar #D19475

Tints of Feldspar #D19475

Color information

#D19475 (or 0xD19475) is unknown color: approx Feldspar. HEX triplet: D1, 94 and 75. RGB value is (209,148,117). Sum of RGB (Red+Green+Blue) = 209+148+117=474 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.09% from 474); Green value is 148 (58.20% from 255 or 31.22% from 474); Blue value is 117 (46.09% from 255 or 24.68% from 474); Max value from RGB is 209 - color contains mainly: red. Hex color #D19475 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19475 is #2E6B8A. Grayscale: #A2A2A2. Windows color (decimal): -3042187 or 7705809. OLE color: 7705809.

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

Color convert

RGB209148117-
CMYK00.290.440.18
HSL20.22º50%63.92%-
HSV(B)20.22º44.02%81.96%-
XYZ40.136.0221.67-
YUV162.7102.21161.02-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.09%
GREEN value IS 148 (58.20% from 255) = 31.22%
BLUE value IS 117 (46.09% from 255) = 24.68%
R=44.09%
G=31.22%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914811700.290.440.1820.225063.92
HexD1947501D2C12143240
Octal32122416503554222462100
Binary1101000110010100111010101110110110010010101001100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19475; }

 p { color: rgb(209,148,117); }

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

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

 a { background-color: rgb(209,148,117); }

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

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

 span { border-color: rgb(209,148,117); }

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