#D19975

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

Shades of Feldspar #D19975

Tints of Feldspar #D19975

Color information

#D19975 (or 0xD19975) is unknown color: approx Feldspar. HEX triplet: D1, 99 and 75. RGB value is (209,153,117). Sum of RGB (Red+Green+Blue) = 209+153+117=479 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.63% from 479); Green value is 153 (60.16% from 255 or 31.94% from 479); Blue value is 117 (46.09% from 255 or 24.43% from 479); Max value from RGB is 209 - color contains mainly: red. Hex color #D19975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19975 is #2E668A. Grayscale: #A5A5A5. Windows color (decimal): -3040907 or 7707089. OLE color: 7707089.

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

Color convert

RGB209153117-
CMYK00.270.440.18
HSL23.48º50%63.92%-
HSV(B)23.48º44.02%81.96%-
XYZ40.937.6221.94-
YUV165.64100.55158.93-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.63%
GREEN value IS 153 (60.16% from 255) = 31.94%
BLUE value IS 117 (46.09% from 255) = 24.43%
R=43.63%
G=31.94%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915311700.270.440.1823.485063.92
HexD1997501B2C12173240
Octal32123116503354222762100
Binary1101000110011001111010101101110110010010101111100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19975; }

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

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

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

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

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

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

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

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