#D48A64

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

Shades of Copper #D48A64

Tints of Copper #D48A64

Color information

#D48A64 (or 0xD48A64) is unknown color: approx Copper. HEX triplet: D4, 8A and 64. RGB value is (212,138,100). Sum of RGB (Red+Green+Blue) = 212+138+100=450 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.11% from 450); Green value is 138 (54.30% from 255 or 30.67% from 450); Blue value is 100 (39.45% from 255 or 22.22% from 450); Max value from RGB is 212 - color contains mainly: red. Hex color #D48A64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48A64 is #2B759B. Grayscale: #9C9C9C. Windows color (decimal): -2848156 or 6589140. OLE color: 6589140.

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

Color convert

RGB212138100-
CMYK00.350.530.17
HSL20.36º56.57%61.18%-
HSV(B)20.36º52.83%83.14%-
XYZ38.5433.0916.41-
YUV155.7996.52168.09-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.11%
GREEN value IS 138 (54.30% from 255) = 30.67%
BLUE value IS 100 (39.45% from 255) = 22.22%
R=47.11%
G=30.67%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.53
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213810000.350.530.1720.3656.5761.18
HexD48A64023351114393d
Octal3242121440436521247175
Binary1101010010001010110010001000111101011000110100111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48A64; }

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

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

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

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

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

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

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

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