#D98C62

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

Shades of Copper #D98C62

Tints of Copper #D98C62

Color information

#D98C62 (or 0xD98C62) is unknown color: approx Copper. HEX triplet: D9, 8C and 62. RGB value is (217,140,98). Sum of RGB (Red+Green+Blue) = 217+140+98=455 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.69% from 455); Green value is 140 (55.08% from 255 or 30.77% from 455); Blue value is 98 (38.67% from 255 or 21.54% from 455); Max value from RGB is 217 - color contains mainly: red. Hex color #D98C62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98C62 is #26739D. Grayscale: #9E9E9E. Windows color (decimal): -2519966 or 6458585. OLE color: 6458585.

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

Color convert

RGB21714098-
CMYK00.350.550.15
HSL21.18º61.03%61.76%-
HSV(B)21.18º54.84%85.1%-
XYZ40.234.3916.07-
YUV158.2394.01169.92-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.69%
GREEN value IS 140 (55.08% from 255) = 30.77%
BLUE value IS 98 (38.67% from 255) = 21.54%
R=47.69%
G=30.77%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171409800.350.550.1521.1861.0361.76
HexD98C6202337F153d3e
Octal3312141420436717257576
Binary110110011000110011000100100011110111111110101111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98C62; }

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

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

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

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

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

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

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

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