#D98362

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

Shades of Copper #D98362

Tints of Copper #D98362

Color information

#D98362 (or 0xD98362) is unknown color: approx Copper. HEX triplet: D9, 83 and 62. RGB value is (217,131,98). Sum of RGB (Red+Green+Blue) = 217+131+98=446 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.65% from 446); Green value is 131 (51.56% from 255 or 29.37% from 446); Blue value is 98 (38.67% from 255 or 21.97% from 446); Max value from RGB is 217 - color contains mainly: red. Hex color #D98362 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98362 is #267C9D. Grayscale: #999999. Windows color (decimal): -2522270 or 6456281. OLE color: 6456281.

HSL color Cylindrical-coordinate representation of color #D98362: hue angle of 16.64º 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 #D98362 is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB21713198-
CMYK00.400.550.15
HSL16.64º61.03%61.76%-
HSV(B)16.64º54.84%85.1%-
XYZ38.9431.8715.65-
YUV152.9596.99173.68-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.65%
GREEN value IS 131 (51.56% from 255) = 29.37%
BLUE value IS 98 (38.67% from 255) = 21.97%
R=48.65%
G=29.37%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171319800.400.550.1516.6461.0361.76
HexD9836202837F113d3e
Octal3312031420506717217576
Binary110110011000001111000100101000110111111110001111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98362; }

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

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

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

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

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

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

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

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