#D58F74

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

Shades of Feldspar #D58F74

Tints of Feldspar #D58F74

Color information

#D58F74 (or 0xD58F74) is unknown color: approx Feldspar. HEX triplet: D5, 8F and 74. RGB value is (213,143,116). Sum of RGB (Red+Green+Blue) = 213+143+116=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 143 (56.25% from 255 or 30.30% from 472); Blue value is 116 (45.70% from 255 or 24.58% from 472); Max value from RGB is 213 - color contains mainly: red. Hex color #D58F74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58F74 is #2A708B. Grayscale: #A1A1A1. Windows color (decimal): -2781324 or 7638997. OLE color: 7638997.

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

Color convert

RGB213143116-
CMYK00.330.460.16
HSL16.7º53.59%64.51%-
HSV(B)16.7º45.54%83.53%-
XYZ40.4235.0521.16-
YUV160.85102.69165.2-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.13%
GREEN value IS 143 (56.25% from 255) = 30.30%
BLUE value IS 116 (45.70% from 255) = 24.58%
R=45.13%
G=30.30%
B=24.58%

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
Decimal21314311600.330.460.1616.753.5964.51
HexD58F740212E10113641
Octal32521716404156202166101
Binary11010101100011111110100010000110111010000100011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58F74; }

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

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

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

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

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

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

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

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