#D48A65

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

Shades of Copper #D48A65

Tints of Copper #D48A65

Color information

#D48A65 (or 0xD48A65) is unknown color: approx Copper. HEX triplet: D4, 8A and 65. RGB value is (212,138,101). Sum of RGB (Red+Green+Blue) = 212+138+101=451 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.01% from 451); Green value is 138 (54.30% from 255 or 30.60% from 451); Blue value is 101 (39.84% from 255 or 22.39% from 451); Max value from RGB is 212 - color contains mainly: red. Hex color #D48A65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48A65 is #2B759A. Grayscale: #9C9C9C. Windows color (decimal): -2848155 or 6654676. OLE color: 6654676.

HSL color Cylindrical-coordinate representation of color #D48A65: hue angle of 20º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D48A65 is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.17.

Color convert

RGB212138101-
CMYK00.350.520.17
HSL20º56.35%61.37%-
HSV(B)20º52.36%83.14%-
XYZ38.5933.1116.67-
YUV155.9197.02168.01-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.01%
GREEN value IS 138 (54.30% from 255) = 30.60%
BLUE value IS 101 (39.84% from 255) = 22.39%
R=47.01%
G=30.60%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.52
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213810100.350.520.172056.3561.37
HexD48A65023341114383d
Octal3242121450436421247075
Binary1101010010001010110010101000111101001000110100111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48A65; }

 p { color: rgb(212,138,101); }

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

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

 a { background-color: rgb(212,138,101); }

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

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

 span { border-color: rgb(212,138,101); }

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