#D58A72

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

Shades of Feldspar #D58A72

Tints of Feldspar #D58A72

Color information

#D58A72 (or 0xD58A72) is unknown color: approx Feldspar. HEX triplet: D5, 8A and 72. RGB value is (213,138,114). Sum of RGB (Red+Green+Blue) = 213+138+114=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 138 (54.30% from 255 or 29.68% from 465); Blue value is 114 (44.92% from 255 or 24.52% from 465); Max value from RGB is 213 - color contains mainly: red. Hex color #D58A72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58A72 is #2A758D. Grayscale: #9D9D9D. Windows color (decimal): -2782606 or 7506645. OLE color: 7506645.

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

Color convert

RGB213138114-
CMYK00.350.460.16
HSL14.55º54.1%64.12%-
HSV(B)14.55º46.48%83.53%-
XYZ39.5733.5420.31-
YUV157.69103.35167.45-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.81%
GREEN value IS 138 (54.30% from 255) = 29.68%
BLUE value IS 114 (44.92% from 255) = 24.52%
R=45.81%
G=29.68%
B=24.52%

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
Decimal21313811400.350.460.1614.5554.164.12
HexD58A720232E10f3640
Octal32521216204356201766100
Binary1101010110001010111001001000111011101000011111101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58A72; }

 p { color: rgb(213,138,114); }

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

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

 a { background-color: rgb(213,138,114); }

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

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

 span { border-color: rgb(213,138,114); }

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