#D58F6B

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

Shades of Copper #D58F6B

Tints of Copper #D58F6B

Color information

#D58F6B (or 0xD58F6B) is unknown color: approx Copper. HEX triplet: D5, 8F and 6B. RGB value is (213,143,107). Sum of RGB (Red+Green+Blue) = 213+143+107=463 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.00% from 463); Green value is 143 (56.25% from 255 or 30.89% from 463); Blue value is 107 (42.19% from 255 or 23.11% from 463); Max value from RGB is 213 - color contains mainly: red. Hex color #D58F6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58F6B is #2A7094. Grayscale: #A0A0A0. Windows color (decimal): -2781333 or 7049173. OLE color: 7049173.

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

Color convert

RGB213143107-
CMYK00.330.500.16
HSL20.38º55.79%62.75%-
HSV(B)20.38º49.77%83.53%-
XYZ39.9234.8518.53-
YUV159.8398.19165.93-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.00%
GREEN value IS 143 (56.25% from 255) = 30.89%
BLUE value IS 107 (42.19% from 255) = 23.11%
R=46.00%
G=30.89%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314310700.330.500.1620.3855.7962.75
HexD58F6B021321014383f
Octal3252171530416220247077
Binary1101010110001111110101101000011100101000010100111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58F6B; }

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

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

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

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

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

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

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

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