#D58F72

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

Shades of Feldspar #D58F72

Tints of Feldspar #D58F72

Color information

#D58F72 (or 0xD58F72) is unknown color: approx Feldspar. HEX triplet: D5, 8F and 72. RGB value is (213,143,114). Sum of RGB (Red+Green+Blue) = 213+143+114=470 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.32% from 470); Green value is 143 (56.25% from 255 or 30.43% from 470); Blue value is 114 (44.92% from 255 or 24.26% from 470); Max value from RGB is 213 - color contains mainly: red. Hex color #D58F72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58F72 is #2A708D. Grayscale: #A0A0A0. Windows color (decimal): -2781326 or 7507925. OLE color: 7507925.

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

Color convert

RGB213143114-
CMYK00.330.460.16
HSL17.58º54.1%64.12%-
HSV(B)17.58º46.48%83.53%-
XYZ40.335.0120.55-
YUV160.62101.69165.36-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.32%
GREEN value IS 143 (56.25% from 255) = 30.43%
BLUE value IS 114 (44.92% from 255) = 24.26%
R=45.32%
G=30.43%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314311400.330.460.1617.5854.164.12
HexD58F720212E10123640
Octal32521716204156202266100
Binary11010101100011111110010010000110111010000100101101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58F72; }

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

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

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

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

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

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

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

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