#D48A69

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

Shades of Copper #D48A69

Tints of Copper #D48A69

Color information

#D48A69 (or 0xD48A69) is unknown color: approx Copper. HEX triplet: D4, 8A and 69. RGB value is (212,138,105). Sum of RGB (Red+Green+Blue) = 212+138+105=455 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.59% from 455); Green value is 138 (54.30% from 255 or 30.33% from 455); Blue value is 105 (41.41% from 255 or 23.08% from 455); Max value from RGB is 212 - color contains mainly: red. Hex color #D48A69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48A69 is #2B7596. Grayscale: #9C9C9C. Windows color (decimal): -2848151 or 6916820. OLE color: 6916820.

HSL color Cylindrical-coordinate representation of color #D48A69: hue angle of 18.5º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D48A69 is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB212138105-
CMYK00.350.500.17
HSL18.5º55.44%62.16%-
HSV(B)18.5º50.47%83.14%-
XYZ38.7933.1917.73-
YUV156.3699.02167.68-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.59%
GREEN value IS 138 (54.30% from 255) = 30.33%
BLUE value IS 105 (41.41% from 255) = 23.08%
R=46.59%
G=30.33%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.50
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213810500.350.500.1718.555.4462.16
HexD48A69023321113373e
Octal3242121510436221236776
Binary1101010010001010110100101000111100101000110011110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48A69; }

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

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

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

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

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

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

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

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