#D88463

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

Shades of Copper #D88463

Tints of Copper #D88463

Color information

#D88463 (or 0xD88463) is unknown color: approx Copper. HEX triplet: D8, 84 and 63. RGB value is (216,132,99). Sum of RGB (Red+Green+Blue) = 216+132+99=447 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.32% from 447); Green value is 132 (51.95% from 255 or 29.53% from 447); Blue value is 99 (39.06% from 255 or 22.15% from 447); Max value from RGB is 216 - color contains mainly: red. Hex color #D88463 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88463 is #277B9C. Grayscale: #999999. Windows color (decimal): -2587549 or 6522072. OLE color: 6522072.

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

Color convert

RGB21613299-
CMYK00.390.540.15
HSL16.92º60%61.76%-
HSV(B)16.92º54.17%84.71%-
XYZ38.823215.94-
YUV153.3597.33172.68-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 48.32%
GREEN value IS 132 (51.95% from 255) = 29.53%
BLUE value IS 99 (39.06% from 255) = 22.15%
R=48.32%
G=29.53%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161329900.390.540.1516.926061.76
HexD8846302736F113c3e
Octal3302041430476617217476
Binary110110001000010011000110100111110110111110001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88463; }

 p { color: rgb(216,132,99); }

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

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

 a { background-color: rgb(216,132,99); }

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

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

 span { border-color: rgb(216,132,99); }

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