#D98562

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

Shades of Copper #D98562

Tints of Copper #D98562

Color information

#D98562 (or 0xD98562) is unknown color: approx Copper. HEX triplet: D9, 85 and 62. RGB value is (217,133,98). Sum of RGB (Red+Green+Blue) = 217+133+98=448 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.44% from 448); Green value is 133 (52.34% from 255 or 29.69% from 448); Blue value is 98 (38.67% from 255 or 21.88% from 448); Max value from RGB is 217 - color contains mainly: red. Hex color #D98562 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98562 is #267A9D. Grayscale: #9A9A9A. Windows color (decimal): -2521758 or 6456793. OLE color: 6456793.

HSL color Cylindrical-coordinate representation of color #D98562: hue angle of 17.65º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D98562 is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB21713398-
CMYK00.390.550.15
HSL17.65º61.03%61.76%-
HSV(B)17.65º54.84%85.1%-
XYZ39.2132.4115.74-
YUV154.1396.33172.85-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.44%
GREEN value IS 133 (52.34% from 255) = 29.69%
BLUE value IS 98 (38.67% from 255) = 21.88%
R=48.44%
G=29.69%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171339800.390.550.1517.6561.0361.76
HexD9856202737F123d3e
Octal3312051420476717227576
Binary110110011000010111000100100111110111111110010111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98562; }

 p { color: rgb(217,133,98); }

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

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

 a { background-color: rgb(217,133,98); }

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

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

 span { border-color: rgb(217,133,98); }

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