#D58E75

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

Shades of Feldspar #D58E75

Tints of Feldspar #D58E75

Color information

#D58E75 (or 0xD58E75) is unknown color: approx Feldspar. HEX triplet: D5, 8E and 75. RGB value is (213,142,117). Sum of RGB (Red+Green+Blue) = 213+142+117=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 142 (55.86% from 255 or 30.08% from 472); Blue value is 117 (46.09% from 255 or 24.79% from 472); Max value from RGB is 213 - color contains mainly: red. Hex color #D58E75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58E75 is #2A718A. Grayscale: #A0A0A0. Windows color (decimal): -2781579 or 7704277. OLE color: 7704277.

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

Color convert

RGB213142117-
CMYK00.330.450.16
HSL15.63º53.33%64.71%-
HSV(B)15.63º45.07%83.53%-
XYZ40.3234.7821.42-
YUV160.38103.52165.53-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.13%
GREEN value IS 142 (55.86% from 255) = 30.08%
BLUE value IS 117 (46.09% from 255) = 24.79%
R=45.13%
G=30.08%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314211700.330.450.1615.6353.3364.71
HexD58E750212D10103541
Octal32521616504155202065101
Binary11010101100011101110101010000110110110000100001101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58E75; }

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

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

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

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

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

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

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

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