#DC8962

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

Shades of Copper #DC8962

Tints of Copper #DC8962

Color information

#DC8962 (or 0xDC8962) is unknown color: approx Copper. HEX triplet: DC, 89 and 62. RGB value is (220,137,98). Sum of RGB (Red+Green+Blue) = 220+137+98=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 137 (53.91% from 255 or 30.11% from 455); Blue value is 98 (38.67% from 255 or 21.54% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8962 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8962 is #23769D. Grayscale: #9D9D9D. Windows color (decimal): -2324126 or 6457820. OLE color: 6457820.

HSL color Cylindrical-coordinate representation of color #DC8962: hue angle of 19.18º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC8962 is Cyan = 0, Magento = 0.38, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB22013798-
CMYK00.380.550.14
HSL19.18º63.54%62.35%-
HSV(B)19.18º55.45%86.27%-
XYZ40.6733.9915.97-
YUV157.3794.5172.67-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 48.35%
GREEN value IS 137 (53.91% from 255) = 30.11%
BLUE value IS 98 (38.67% from 255) = 21.54%
R=48.35%
G=30.11%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201379800.380.550.1419.1863.5462.35
HexDC896202637E13403e
Octal33421114204667162310076
Binary1101110010001001110001001001101101111110100111000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8962; }

 p { color: rgb(220,137,98); }

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

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

 a { background-color: rgb(220,137,98); }

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

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

 span { border-color: rgb(220,137,98); }

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