#D58F6E

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

Shades of Feldspar #D58F6E

Tints of Feldspar #D58F6E

Color information

#D58F6E (or 0xD58F6E) is unknown color: approx Feldspar. HEX triplet: D5, 8F and 6E. RGB value is (213,143,110). Sum of RGB (Red+Green+Blue) = 213+143+110=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 143 (56.25% from 255 or 30.69% from 466); Blue value is 110 (43.36% from 255 or 23.61% from 466); Max value from RGB is 213 - color contains mainly: red. Hex color #D58F6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58F6E is #2A7091. Grayscale: #A0A0A0. Windows color (decimal): -2781330 or 7245781. OLE color: 7245781.

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

Color convert

RGB213143110-
CMYK00.330.480.16
HSL19.22º55.08%63.33%-
HSV(B)19.22º48.36%83.53%-
XYZ40.0834.9219.38-
YUV160.1799.69165.68-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.71%
GREEN value IS 143 (56.25% from 255) = 30.69%
BLUE value IS 110 (43.36% from 255) = 23.61%
R=45.71%
G=30.69%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314311000.330.480.1619.2255.0863.33
HexD58F6E021301013373f
Octal3252171560416020236777
Binary1101010110001111110111001000011100001000010011110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58F6E; }

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

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

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

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

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

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

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

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