#D59173

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

Shades of Feldspar #D59173

Tints of Feldspar #D59173

Color information

#D59173 (or 0xD59173) is unknown color: approx Feldspar. HEX triplet: D5, 91 and 73. RGB value is (213,145,115). Sum of RGB (Red+Green+Blue) = 213+145+115=473 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.03% from 473); Green value is 145 (57.03% from 255 or 30.66% from 473); Blue value is 115 (45.31% from 255 or 24.31% from 473); Max value from RGB is 213 - color contains mainly: red. Hex color #D59173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59173 is #2A6E8C. Grayscale: #A2A2A2. Windows color (decimal): -2780813 or 7573973. OLE color: 7573973.

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

Color convert

RGB213145115-
CMYK00.320.460.16
HSL18.37º53.85%64.31%-
HSV(B)18.37º46.01%83.53%-
XYZ40.6635.6320.95-
YUV161.91101.53164.44-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.03%
GREEN value IS 145 (57.03% from 255) = 30.66%
BLUE value IS 115 (45.31% from 255) = 24.31%
R=45.03%
G=30.66%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314511500.320.460.1618.3753.8564.31
HexD591730202E10123640
Octal32522116304056202266100
Binary11010101100100011110011010000010111010000100101101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59173; }

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

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

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

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

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

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

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

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