#D98760

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

Shades of Copper #D98760

Tints of Copper #D98760

Color information

#D98760 (or 0xD98760) is unknown color: approx Copper. HEX triplet: D9, 87 and 60. RGB value is (217,135,96). Sum of RGB (Red+Green+Blue) = 217+135+96=448 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.44% from 448); Green value is 135 (53.12% from 255 or 30.13% from 448); Blue value is 96 (37.89% from 255 or 21.43% from 448); Max value from RGB is 217 - color contains mainly: red. Hex color #D98760 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98760 is #26789F. Grayscale: #9B9B9B. Windows color (decimal): -2521248 or 6326233. OLE color: 6326233.

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

Color convert

RGB21713596-
CMYK00.380.560.15
HSL19.34º61.42%61.37%-
HSV(B)19.34º55.76%85.1%-
XYZ39.3932.9215.35-
YUV155.0794.67172.17-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.44%
GREEN value IS 135 (53.12% from 255) = 30.13%
BLUE value IS 96 (37.89% from 255) = 21.43%
R=48.44%
G=30.13%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171359600.380.560.1519.3461.4261.37
HexD9876002638F133d3d
Octal3312071400467017237575
Binary110110011000011111000000100110111000111110011111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98760; }

 p { color: rgb(217,135,96); }

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

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

 a { background-color: rgb(217,135,96); }

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

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

 span { border-color: rgb(217,135,96); }

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