#D48C6A

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

Shades of Copper #D48C6A

Tints of Copper #D48C6A

Color information

#D48C6A (or 0xD48C6A) is unknown color: approx Copper. HEX triplet: D4, 8C and 6A. RGB value is (212,140,106). Sum of RGB (Red+Green+Blue) = 212+140+106=458 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.29% from 458); Green value is 140 (55.08% from 255 or 30.57% from 458); Blue value is 106 (41.80% from 255 or 23.14% from 458); Max value from RGB is 212 - color contains mainly: red. Hex color #D48C6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48C6A is #2B7395. Grayscale: #9D9D9D. Windows color (decimal): -2847638 or 6982868. OLE color: 6982868.

HSL color Cylindrical-coordinate representation of color #D48C6A: hue angle of 19.25º 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 #D48C6A is Cyan = 0, Magento = 0.34, Yellow = 0.5 and Black (K on CMYK) = 0.17.

Color convert

RGB212140106-
CMYK00.340.50.17
HSL19.25º55.21%62.35%-
HSV(B)19.25º50%83.14%-
XYZ39.1333.7918.1-
YUV157.6598.85166.76-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.29%
GREEN value IS 140 (55.08% from 255) = 30.57%
BLUE value IS 106 (41.80% from 255) = 23.14%
R=46.29%
G=30.57%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.5
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214010600.340.50.1719.2555.2162.35
HexD48C6A022321113373e
Octal3242141520426221236776
Binary1101010010001100110101001000101100101000110011110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48C6A; }

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

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

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

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

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

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

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

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