#D48D67

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

Shades of Copper #D48D67

Tints of Copper #D48D67

Color information

#D48D67 (or 0xD48D67) is unknown color: approx Copper. HEX triplet: D4, 8D and 67. RGB value is (212,141,103). Sum of RGB (Red+Green+Blue) = 212+141+103=456 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.49% from 456); Green value is 141 (55.47% from 255 or 30.92% from 456); Blue value is 103 (40.62% from 255 or 22.59% from 456); Max value from RGB is 212 - color contains mainly: red. Hex color #D48D67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48D67 is #2B7298. Grayscale: #9E9E9E. Windows color (decimal): -2847385 or 6786516. OLE color: 6786516.

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

Color convert

RGB212141103-
CMYK00.330.510.17
HSL20.92º55.9%61.76%-
HSV(B)20.92º51.42%83.14%-
XYZ39.1234.0317.34-
YUV157.997.02166.59-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.49%
GREEN value IS 141 (55.47% from 255) = 30.92%
BLUE value IS 103 (40.62% from 255) = 22.59%
R=46.49%
G=30.92%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.51
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214110300.330.510.1720.9255.961.76
HexD48D67021331115383e
Octal3242151470416321257076
Binary1101010010001101110011101000011100111000110101111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48D67; }

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

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

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

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

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

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

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

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