#D88961

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

Shades of Copper #D88961

Tints of Copper #D88961

Color information

#D88961 (or 0xD88961) is unknown color: approx Copper. HEX triplet: D8, 89 and 61. RGB value is (216,137,97). Sum of RGB (Red+Green+Blue) = 216+137+97=450 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48% from 450); Green value is 137 (53.91% from 255 or 30.44% from 450); Blue value is 97 (38.28% from 255 or 21.56% from 450); Max value from RGB is 216 - color contains mainly: red. Hex color #D88961 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88961 is #27769E. Grayscale: #9C9C9C. Windows color (decimal): -2586271 or 6392280. OLE color: 6392280.

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

Color convert

RGB21613797-
CMYK00.370.550.15
HSL20.17º60.41%61.37%-
HSV(B)20.17º55.09%84.71%-
XYZ39.4233.3515.67-
YUV156.0694.67170.75-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 48%
GREEN value IS 137 (53.91% from 255) = 30.44%
BLUE value IS 97 (38.28% from 255) = 21.56%
R=48%
G=30.44%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161379700.370.550.1520.1760.4161.37
HexD8896102537F143c3d
Octal3302111410456717247475
Binary110110001000100111000010100101110111111110100111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88961; }

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

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

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

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

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

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

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

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