Html Css Color HEX #DA8360 Copper

📋 copy color: '#DA8360'

red 218 ◦ green 131 ◦ blue 96

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

Shades of Copper #DA8360

Tints of Copper #DA8360

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.44%

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

R = 48.99%
G = 29.44%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA8360 (or 0xDA8360) is known color: Copper. HEX triplet: DA, 83 and 60. RGB value is (218,131,96). Sum of RGB (Red+Green+Blue) = 218+131+96=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 131 (51.56% from 255 or 29.44% from 445); Blue value is 96 (37.89% from 255 or 21.57% from 445); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8360 is #257C9F. Grayscale: #999999. Windows color (decimal): -2456736 or 6325210. OLE color: 6325210.

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

Color convert

RGB 218 131 96 -
CMYK 0 0.40 0.56 0.15
HSL 17.21º 0.62% 0.62% -
HSV(B) 17.21º 0.56% 0.85% -
XYZ 39.14 31.98 15.18 -
YUV 153.02 95.82 174.35 -
System Red Green Blue C M Y K H S L
Decimal 218 131 96 0 0.40 0.56 0.15 17.21 0.62 0.62
Hex DA 83 60 0 28 38 F 11 3E 3E
Octal 332 203 140 0 50 70 17 21 76 76
Binary 11011010 10000011 1100000 0 101000 111000 1111 10001 111110 111110

Color Harmonies of #DA8360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8360

Black with #DA8360

Text Example


Text Example

White with #DA8360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8360; }

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

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

background-color css

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

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

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

border-color css

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

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

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