#D48F6C

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

Shades of Copper #D48F6C

Tints of Copper #D48F6C

Color information

#D48F6C (or 0xD48F6C) is unknown color: approx Copper. HEX triplet: D4, 8F and 6C. RGB value is (212,143,108). Sum of RGB (Red+Green+Blue) = 212+143+108=463 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.79% from 463); Green value is 143 (56.25% from 255 or 30.89% from 463); Blue value is 108 (42.58% from 255 or 23.33% from 463); Max value from RGB is 212 - color contains mainly: red. Hex color #D48F6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48F6C is #2B7093. Grayscale: #9F9F9F. Windows color (decimal): -2846868 or 7114708. OLE color: 7114708.

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

Color convert

RGB212143108-
CMYK00.330.490.17
HSL20.19º54.74%62.75%-
HSV(B)20.19º49.06%83.14%-
XYZ39.6834.7218.8-
YUV159.6498.86165.35-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.79%
GREEN value IS 143 (56.25% from 255) = 30.89%
BLUE value IS 108 (42.58% from 255) = 23.33%
R=45.79%
G=30.89%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.49
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214310800.330.490.1720.1954.7462.75
HexD48F6C021311114373f
Octal3242171540416121246777
Binary1101010010001111110110001000011100011000110100110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48F6C; }

 p { color: rgb(212,143,108); }

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

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

 a { background-color: rgb(212,143,108); }

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

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

 span { border-color: rgb(212,143,108); }

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