#D58B73

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

Shades of Feldspar #D58B73

Tints of Feldspar #D58B73

Color information

#D58B73 (or 0xD58B73) is unknown color: approx Feldspar. HEX triplet: D5, 8B and 73. RGB value is (213,139,115). Sum of RGB (Red+Green+Blue) = 213+139+115=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 139 (54.69% from 255 or 29.76% from 467); Blue value is 115 (45.31% from 255 or 24.63% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D58B73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58B73 is #2A748C. Grayscale: #9E9E9E. Windows color (decimal): -2782349 or 7572437. OLE color: 7572437.

HSL color Cylindrical-coordinate representation of color #D58B73: hue angle of 14.69º 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 #D58B73 is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB213139115-
CMYK00.350.460.16
HSL14.69º53.85%64.31%-
HSV(B)14.69º46.01%83.53%-
XYZ39.7733.8520.66-
YUV158.39103.52166.95-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.61%
GREEN value IS 139 (54.69% from 255) = 29.76%
BLUE value IS 115 (45.31% from 255) = 24.63%
R=45.61%
G=29.76%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313911500.350.460.1614.6953.8564.31
HexD58B730232E10f3640
Octal32521316304356201766100
Binary1101010110001011111001101000111011101000011111101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58B73; }

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

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

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

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

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

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

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

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