#DA8A67

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

Shades of Copper #DA8A67

Tints of Copper #DA8A67

Color information

#DA8A67 (or 0xDA8A67) is unknown color: approx Copper. HEX triplet: DA, 8A and 67. RGB value is (218,138,103). Sum of RGB (Red+Green+Blue) = 218+138+103=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 138 (54.30% from 255 or 30.07% from 459); Blue value is 103 (40.62% from 255 or 22.44% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8A67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8A67 is #257598. Grayscale: #9E9E9E. Windows color (decimal): -2454937 or 6785754. OLE color: 6785754.

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

Color convert

RGB218138103-
CMYK00.370.530.15
HSL18.26º60.85%62.94%-
HSV(B)18.26º52.75%85.49%-
XYZ40.4534.0617.27-
YUV157.9397170.85-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.49%
GREEN value IS 138 (54.30% from 255) = 30.07%
BLUE value IS 103 (40.62% from 255) = 22.44%
R=47.49%
G=30.07%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813810300.370.530.1518.2660.8562.94
HexDA8A6702535F123d3f
Octal3322121470456517227577
Binary110110101000101011001110100101110101111110010111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8A67; }

 p { color: rgb(218,138,103); }

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

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

 a { background-color: rgb(218,138,103); }

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

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

 span { border-color: rgb(218,138,103); }

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