#D48869

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

Shades of Copper #D48869

Tints of Copper #D48869

Color information

#D48869 (or 0xD48869) is unknown color: approx Copper. HEX triplet: D4, 88 and 69. RGB value is (212,136,105). Sum of RGB (Red+Green+Blue) = 212+136+105=453 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.80% from 453); Green value is 136 (53.52% from 255 or 30.02% from 453); Blue value is 105 (41.41% from 255 or 23.18% from 453); Max value from RGB is 212 - color contains mainly: red. Hex color #D48869 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48869 is #2B7796. Grayscale: #9B9B9B. Windows color (decimal): -2848663 or 6916308. OLE color: 6916308.

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

Color convert

RGB212136105-
CMYK00.360.500.17
HSL17.38º55.44%62.16%-
HSV(B)17.38º50.47%83.14%-
XYZ38.5132.6317.63-
YUV155.1999.68168.52-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.80%
GREEN value IS 136 (53.52% from 255) = 30.02%
BLUE value IS 105 (41.41% from 255) = 23.18%
R=46.80%
G=30.02%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.50
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213610500.360.500.1717.3855.4462.16
HexD48869024321111373e
Octal3242101510446221216776
Binary1101010010001000110100101001001100101000110001110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48869; }

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

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

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

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

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

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

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

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