#D58F71

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

Shades of Feldspar #D58F71

Tints of Feldspar #D58F71

Color information

#D58F71 (or 0xD58F71) is unknown color: approx Feldspar. HEX triplet: D5, 8F and 71. RGB value is (213,143,113). Sum of RGB (Red+Green+Blue) = 213+143+113=469 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.42% from 469); Green value is 143 (56.25% from 255 or 30.49% from 469); Blue value is 113 (44.53% from 255 or 24.09% from 469); Max value from RGB is 213 - color contains mainly: red. Hex color #D58F71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58F71 is #2A708E. Grayscale: #A0A0A0. Windows color (decimal): -2781327 or 7442389. OLE color: 7442389.

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

Color convert

RGB213143113-
CMYK00.330.470.16
HSL18º54.35%63.92%-
HSV(B)18º46.95%83.53%-
XYZ40.2434.9820.25-
YUV160.51101.19165.44-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.42%
GREEN value IS 143 (56.25% from 255) = 30.49%
BLUE value IS 113 (44.53% from 255) = 24.09%
R=45.42%
G=30.49%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314311300.330.470.161854.3563.92
HexD58F710212F10123640
Octal32521716104157202266100
Binary11010101100011111110001010000110111110000100101101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58F71; }

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

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

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

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

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

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

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

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