#D48965

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

Shades of Copper #D48965

Tints of Copper #D48965

Color information

#D48965 (or 0xD48965) is unknown color: approx Copper. HEX triplet: D4, 89 and 65. RGB value is (212,137,101). Sum of RGB (Red+Green+Blue) = 212+137+101=450 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.11% from 450); Green value is 137 (53.91% from 255 or 30.44% from 450); Blue value is 101 (39.84% from 255 or 22.44% from 450); Max value from RGB is 212 - color contains mainly: red. Hex color #D48965 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48965 is #2B769A. Grayscale: #9B9B9B. Windows color (decimal): -2848411 or 6654420. OLE color: 6654420.

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

Color convert

RGB212137101-
CMYK00.350.520.17
HSL19.46º56.35%61.37%-
HSV(B)19.46º52.36%83.14%-
XYZ38.4532.8316.62-
YUV155.3297.35168.43-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.11%
GREEN value IS 137 (53.91% from 255) = 30.44%
BLUE value IS 101 (39.84% from 255) = 22.44%
R=47.11%
G=30.44%
B=22.44%

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
Decimal21213710100.350.520.1719.4656.3561.37
HexD48965023341113383d
Octal3242111450436421237075
Binary1101010010001001110010101000111101001000110011111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48965; }

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

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

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

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

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

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

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

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