#D98566

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

Shades of Copper #D98566

Tints of Copper #D98566

Color information

#D98566 (or 0xD98566) is unknown color: approx Copper. HEX triplet: D9, 85 and 66. RGB value is (217,133,102). Sum of RGB (Red+Green+Blue) = 217+133+102=452 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.01% from 452); Green value is 133 (52.34% from 255 or 29.42% from 452); Blue value is 102 (40.23% from 255 or 22.57% from 452); Max value from RGB is 217 - color contains mainly: red. Hex color #D98566 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98566 is #267A99. Grayscale: #9A9A9A. Windows color (decimal): -2521754 or 6718937. OLE color: 6718937.

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

Color convert

RGB217133102-
CMYK00.390.530.15
HSL16.17º60.21%62.55%-
HSV(B)16.17º53%85.1%-
XYZ39.432.4916.76-
YUV154.5898.33172.52-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.01%
GREEN value IS 133 (52.34% from 255) = 29.42%
BLUE value IS 102 (40.23% from 255) = 22.57%
R=48.01%
G=29.42%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713310200.390.530.1516.1760.2162.55
HexD9856602735F103c3f
Octal3312051460476517207477
Binary110110011000010111001100100111110101111110000111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98566; }

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

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

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

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

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

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

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

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