#D58962

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

Shades of Copper #D58962

Tints of Copper #D58962

Color information

#D58962 (or 0xD58962) is unknown color: approx Copper. HEX triplet: D5, 89 and 62. RGB value is (213,137,98). Sum of RGB (Red+Green+Blue) = 213+137+98=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 137 (53.91% from 255 or 30.58% from 448); Blue value is 98 (38.67% from 255 or 21.88% from 448); Max value from RGB is 213 - color contains mainly: red. Hex color #D58962 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58962 is #2A769D. Grayscale: #9B9B9B. Windows color (decimal): -2782878 or 6457813. OLE color: 6457813.

HSL color Cylindrical-coordinate representation of color #D58962: hue angle of 20.35º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D58962 is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB21313798-
CMYK00.360.540.16
HSL20.35º57.79%60.98%-
HSV(B)20.35º53.99%83.53%-
XYZ38.5932.9215.88-
YUV155.2895.68169.17-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.54%
GREEN value IS 137 (53.91% from 255) = 30.58%
BLUE value IS 98 (38.67% from 255) = 21.88%
R=47.54%
G=30.58%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131379800.360.540.1620.3557.7960.98
HexD589620243610143a3d
Octal3252111420446620247275
Binary1101010110001001110001001001001101101000010100111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58962; }

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

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

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

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

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

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

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

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