#D58F6A

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

Shades of Copper #D58F6A

Tints of Copper #D58F6A

Color information

#D58F6A (or 0xD58F6A) is unknown color: approx Copper. HEX triplet: D5, 8F and 6A. RGB value is (213,143,106). Sum of RGB (Red+Green+Blue) = 213+143+106=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 143 (56.25% from 255 or 30.95% from 462); Blue value is 106 (41.80% from 255 or 22.94% from 462); Max value from RGB is 213 - color contains mainly: red. Hex color #D58F6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58F6A is #2A7095. Grayscale: #9F9F9F. Windows color (decimal): -2781334 or 6983637. OLE color: 6983637.

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

Color convert

RGB213143106-
CMYK00.330.500.16
HSL20.75º56.02%62.55%-
HSV(B)20.75º50.23%83.53%-
XYZ39.8634.8318.26-
YUV159.7197.69166.01-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.10%
GREEN value IS 143 (56.25% from 255) = 30.95%
BLUE value IS 106 (41.80% from 255) = 22.94%
R=46.10%
G=30.95%
B=22.94%

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
Decimal21314310600.330.500.1620.7556.0262.55
HexD58F6A021321015383f
Octal3252171520416220257077
Binary1101010110001111110101001000011100101000010101111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58F6A; }

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

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

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

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

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

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

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

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