#D48D6A

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

Shades of Copper #D48D6A

Tints of Copper #D48D6A

Color information

#D48D6A (or 0xD48D6A) is unknown color: approx Copper. HEX triplet: D4, 8D and 6A. RGB value is (212,141,106). Sum of RGB (Red+Green+Blue) = 212+141+106=459 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.19% from 459); Green value is 141 (55.47% from 255 or 30.72% from 459); Blue value is 106 (41.80% from 255 or 23.09% from 459); Max value from RGB is 212 - color contains mainly: red. Hex color #D48D6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48D6A is #2B7295. Grayscale: #9E9E9E. Windows color (decimal): -2847382 or 6983124. OLE color: 6983124.

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

Color convert

RGB212141106-
CMYK00.330.50.17
HSL19.81º55.21%62.35%-
HSV(B)19.81º50%83.14%-
XYZ39.2834.0918.15-
YUV158.2498.52166.35-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.19%
GREEN value IS 141 (55.47% from 255) = 30.72%
BLUE value IS 106 (41.80% from 255) = 23.09%
R=46.19%
G=30.72%
B=23.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.5
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214110600.330.50.1719.8155.2162.35
HexD48D6A021321114373e
Octal3242151520416221246776
Binary1101010010001101110101001000011100101000110100110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48D6A; }

 p { color: rgb(212,141,106); }

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

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

 a { background-color: rgb(212,141,106); }

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

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

 span { border-color: rgb(212,141,106); }

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