Html Css Color HEX #DA8860 Copper

📋 copy color: '#DA8860'

red 218 ◦ green 136 ◦ blue 96

#DA8860
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Copper #DA8860

Tints of Copper #DA8860

RGB

 RED value IS 218 (85.55% from 255) = 48.44%

 GREEN value IS 136 (53.52% from 255) = 30.22%

 BLUE value IS 96 (37.89% from 255) = 21.33%

R = 48.44%
G = 30.22%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA8860 (or 0xDA8860) is known color: Copper. HEX triplet: DA, 88 and 60. RGB value is (218,136,96). Sum of RGB (Red+Green+Blue) = 218+136+96=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 136 (53.52% from 255 or 30.22% from 450); Blue value is 96 (37.89% from 255 or 21.33% from 450); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8860 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8860 is #25779F. Grayscale: #9C9C9C. Windows color (decimal): -2455456 or 6326490. OLE color: 6326490.

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

Color convert

RGB 218 136 96 -
CMYK 0 0.38 0.56 0.15
HSL 19.67º 0.62% 0.62% -
HSV(B) 19.67º 0.56% 0.85% -
XYZ 39.83 33.36 15.41 -
YUV 155.96 94.17 172.25 -
System Red Green Blue C M Y K H S L
Decimal 218 136 96 0 0.38 0.56 0.15 19.67 0.62 0.62
Hex DA 88 60 0 26 38 F 14 3E 3E
Octal 332 210 140 0 46 70 17 24 76 76
Binary 11011010 10001000 1100000 0 100110 111000 1111 10100 111110 111110

Color Harmonies of #DA8860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8860

Black with #DA8860

Text Example


Text Example

White with #DA8860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8860; }

 p { color: rgb(218,136,96); }

 H1.HeaderClassName
 {
   color: #DA8860;
 }
 .AnyTagClassName
 {
   color: #DA8860;
 }
</style>

background-color css

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

 a { background-color: rgb(218,136,96); }

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

border-color css

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

 span { border-color: rgb(218,136,96); }

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