#D59175

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

Shades of Feldspar #D59175

Tints of Feldspar #D59175

Color information

#D59175 (or 0xD59175) is unknown color: approx Feldspar. HEX triplet: D5, 91 and 75. RGB value is (213,145,117). Sum of RGB (Red+Green+Blue) = 213+145+117=475 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.84% from 475); Green value is 145 (57.03% from 255 or 30.53% from 475); Blue value is 117 (46.09% from 255 or 24.63% from 475); Max value from RGB is 213 - color contains mainly: red. Hex color #D59175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59175 is #2A6E8A. Grayscale: #A2A2A2. Windows color (decimal): -2780811 or 7705045. OLE color: 7705045.

HSL color Cylindrical-coordinate representation of color #D59175: hue angle of 17.5º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D59175 is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB213145117-
CMYK00.320.450.16
HSL17.5º53.33%64.71%-
HSV(B)17.5º45.07%83.53%-
XYZ40.7835.6821.57-
YUV162.14102.53164.28-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.84%
GREEN value IS 145 (57.03% from 255) = 30.53%
BLUE value IS 117 (46.09% from 255) = 24.63%
R=44.84%
G=30.53%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314511700.320.450.1617.553.3364.71
HexD591750202D10123541
Octal32522116504055202265101
Binary11010101100100011110101010000010110110000100101101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59175; }

 p { color: rgb(213,145,117); }

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

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

 a { background-color: rgb(213,145,117); }

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

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

 span { border-color: rgb(213,145,117); }

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