#D4886B

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

Shades of Copper #D4886B

Tints of Copper #D4886B

Color information

#D4886B (or 0xD4886B) is unknown color: approx Copper. HEX triplet: D4, 88 and 6B. RGB value is (212,136,107). Sum of RGB (Red+Green+Blue) = 212+136+107=455 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.59% from 455); Green value is 136 (53.52% from 255 or 29.89% from 455); Blue value is 107 (42.19% from 255 or 23.52% from 455); Max value from RGB is 212 - color contains mainly: red. Hex color #D4886B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4886B is #2B7794. Grayscale: #9B9B9B. Windows color (decimal): -2848661 or 7047380. OLE color: 7047380.

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

Color convert

RGB212136107-
CMYK00.360.500.17
HSL16.57º54.97%62.55%-
HSV(B)16.57º49.53%83.14%-
XYZ38.6132.6718.18-
YUV155.42100.68168.36-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.59%
GREEN value IS 136 (53.52% from 255) = 29.89%
BLUE value IS 107 (42.19% from 255) = 23.52%
R=46.59%
G=29.89%
B=23.52%

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
Decimal21213610700.360.500.1716.5754.9762.55
HexD4886B024321111373f
Octal3242101530446221216777
Binary1101010010001000110101101001001100101000110001110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4886B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4886B; }

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

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

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

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

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

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

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

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