#DD8D67

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

Shades of Copper #DD8D67

Tints of Copper #DD8D67

Color information

#DD8D67 (or 0xDD8D67) is unknown color: approx Copper. HEX triplet: DD, 8D and 67. RGB value is (221,141,103). Sum of RGB (Red+Green+Blue) = 221+141+103=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 141 (55.47% from 255 or 30.32% from 465); Blue value is 103 (40.62% from 255 or 22.15% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8D67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8D67 is #227298. Grayscale: #A0A0A0. Windows color (decimal): -2257561 or 6786525. OLE color: 6786525.

HSL color Cylindrical-coordinate representation of color #DD8D67: hue angle of 19.32º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DD8D67 is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB221141103-
CMYK00.360.530.13
HSL19.32º63.44%63.53%-
HSV(B)19.32º53.39%86.67%-
XYZ41.7935.417.46-
YUV160.5995.5171.09-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.53%
GREEN value IS 141 (55.47% from 255) = 30.32%
BLUE value IS 103 (40.62% from 255) = 22.15%
R=47.53%
G=30.32%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114110300.360.530.1319.3263.4463.53
HexDD8D6702435D133f40
Octal33521514704465152377100
Binary1101110110001101110011101001001101011101100111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8D67; }

 p { color: rgb(221,141,103); }

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

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

 a { background-color: rgb(221,141,103); }

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

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

 span { border-color: rgb(221,141,103); }

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