#D48B67

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

Shades of Copper #D48B67

Tints of Copper #D48B67

Color information

#D48B67 (or 0xD48B67) is unknown color: approx Copper. HEX triplet: D4, 8B and 67. RGB value is (212,139,103). Sum of RGB (Red+Green+Blue) = 212+139+103=454 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.70% from 454); Green value is 139 (54.69% from 255 or 30.62% from 454); Blue value is 103 (40.62% from 255 or 22.69% from 454); Max value from RGB is 212 - color contains mainly: red. Hex color #D48B67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48B67 is #2B7498. Grayscale: #9C9C9C. Windows color (decimal): -2847897 or 6786004. OLE color: 6786004.

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

Color convert

RGB212139103-
CMYK00.340.510.17
HSL19.82º55.9%61.76%-
HSV(B)19.82º51.42%83.14%-
XYZ38.8333.4417.24-
YUV156.7297.68167.43-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.70%
GREEN value IS 139 (54.69% from 255) = 30.62%
BLUE value IS 103 (40.62% from 255) = 22.69%
R=46.70%
G=30.62%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.51
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213910300.340.510.1719.8255.961.76
HexD48B67022331114383e
Octal3242131470426321247076
Binary1101010010001011110011101000101100111000110100111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48B67; }

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

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

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

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

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

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

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

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