#d98561

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

Shades of Copper #D98561

Tints of Copper #D98561

Color information

#D98561 (or 0xD98561) is unknown color: approx Copper. HEX triplet: D9, 85 and 61. RGB value is (217,133,97). Sum of RGB (Red+Green+Blue) = 217+133+97=447 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.55% from 447); Green value is 133 (52.34% from 255 or 29.75% from 447); Blue value is 97 (38.28% from 255 or 21.70% from 447); Max value from RGB is 217 - color contains mainly: red. Hex color #D98561 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98561 is #267A9E. Grayscale: #9A9A9A. Windows color (decimal): -2521759 or 6391257. OLE color: 6391257.

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

Color convert

RGB21713397-
CMYK00.390.550.15
HSL18º61.22%61.57%-
HSV(B)18º55.3%85.1%-
XYZ39.1632.3915.5-
YUV154.0195.83172.93-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.55%
GREEN value IS 133 (52.34% from 255) = 29.75%
BLUE value IS 97 (38.28% from 255) = 21.70%
R=48.55%
G=29.75%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171339700.390.550.151861.2261.57
HexD9856102737F123d3e
Octal3312051410476717227576
Binary110110011000010111000010100111110111111110010111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d98561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d98561; }

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

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

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

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

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

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

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

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