#D88661

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

Shades of Copper #D88661

Tints of Copper #D88661

Color information

#D88661 (or 0xD88661) is unknown color: approx Copper. HEX triplet: D8, 86 and 61. RGB value is (216,134,97). Sum of RGB (Red+Green+Blue) = 216+134+97=447 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.32% from 447); Green value is 134 (52.73% from 255 or 29.98% from 447); Blue value is 97 (38.28% from 255 or 21.70% from 447); Max value from RGB is 216 - color contains mainly: red. Hex color #D88661 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88661 is #27799E. Grayscale: #9A9A9A. Windows color (decimal): -2587039 or 6391512. OLE color: 6391512.

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

Color convert

RGB21613497-
CMYK00.380.550.15
HSL18.66º60.41%61.37%-
HSV(B)18.66º55.09%84.71%-
XYZ3932.5115.53-
YUV154.395.67172.01-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 48.32%
GREEN value IS 134 (52.73% from 255) = 29.98%
BLUE value IS 97 (38.28% from 255) = 21.70%
R=48.32%
G=29.98%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161349700.380.550.1518.6660.4161.37
HexD8866102637F133c3d
Octal3302061410466717237475
Binary110110001000011011000010100110110111111110011111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88661; }

 p { color: rgb(216,134,97); }

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

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

 a { background-color: rgb(216,134,97); }

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

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

 span { border-color: rgb(216,134,97); }

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