#D98962

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

Shades of Copper #D98962

Tints of Copper #D98962

Color information

#D98962 (or 0xD98962) is unknown color: approx Copper. HEX triplet: D9, 89 and 62. RGB value is (217,137,98). Sum of RGB (Red+Green+Blue) = 217+137+98=452 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.01% from 452); Green value is 137 (53.91% from 255 or 30.31% from 452); Blue value is 98 (38.67% from 255 or 21.68% from 452); Max value from RGB is 217 - color contains mainly: red. Hex color #D98962 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98962 is #26769D. Grayscale: #9C9C9C. Windows color (decimal): -2520734 or 6457817. OLE color: 6457817.

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

Color convert

RGB21713798-
CMYK00.370.550.15
HSL19.66º61.03%61.76%-
HSV(B)19.66º54.84%85.1%-
XYZ39.7733.5215.93-
YUV156.4795171.17-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.01%
GREEN value IS 137 (53.91% from 255) = 30.31%
BLUE value IS 98 (38.67% from 255) = 21.68%
R=48.01%
G=30.31%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171379800.370.550.1519.6661.0361.76
HexD9896202537F143d3e
Octal3312111420456717247576
Binary110110011000100111000100100101110111111110100111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98962; }

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

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

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

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

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

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

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

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