#D58C71

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

Shades of Feldspar #D58C71

Tints of Feldspar #D58C71

Color information

#D58C71 (or 0xD58C71) is unknown color: approx Feldspar. HEX triplet: D5, 8C and 71. RGB value is (213,140,113). Sum of RGB (Red+Green+Blue) = 213+140+113=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 140 (55.08% from 255 or 30.04% from 466); Blue value is 113 (44.53% from 255 or 24.25% from 466); Max value from RGB is 213 - color contains mainly: red. Hex color #D58C71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58C71 is #2A738E. Grayscale: #9E9E9E. Windows color (decimal): -2782095 or 7441621. OLE color: 7441621.

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

Color convert

RGB213140113-
CMYK00.340.470.16
HSL16.2º54.35%63.92%-
HSV(B)16.2º46.95%83.53%-
XYZ39.834.0920.11-
YUV158.75102.18166.7-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.71%
GREEN value IS 140 (55.08% from 255) = 30.04%
BLUE value IS 113 (44.53% from 255) = 24.25%
R=45.71%
G=30.04%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314011300.340.470.1616.254.3563.92
HexD58C710222F10103640
Octal32521416104257202066100
Binary11010101100011001110001010001010111110000100001101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58C71; }

 p { color: rgb(213,140,113); }

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

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

 a { background-color: rgb(213,140,113); }

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

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

 span { border-color: rgb(213,140,113); }

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