Html Css Color HEX #DA845D Copper

📋 copy color: '#DA845D'

red 218 ◦ green 132 ◦ blue 93

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

Shades of Copper #DA845D

Tints of Copper #DA845D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.8%

 BLUE value IS 93 (36.72% from 255) = 20.99%

R = 49.21%
G = 29.8%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#DA845D (or 0xDA845D) is known color: Copper. HEX triplet: DA, 84 and 5D. RGB value is (218,132,93). Sum of RGB (Red+Green+Blue) = 218+132+93=443 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.21% from 443); Green value is 132 (51.95% from 255 or 29.80% from 443); Blue value is 93 (36.72% from 255 or 20.99% from 443); Max value from RGB is 218 - color contains mainly: red. Hex color #DA845D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA845D is #257BA2. Grayscale: #999999. Windows color (decimal): -2456483 or 6128858. OLE color: 6128858.

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

Color convert

RGB 218 132 93 -
CMYK 0 0.39 0.57 0.15
HSL 18.72º 0.63% 0.61% -
HSV(B) 18.72º 0.57% 0.85% -
XYZ 39.14 32.2 14.51 -
YUV 153.27 93.99 174.17 -
System Red Green Blue C M Y K H S L
Decimal 218 132 93 0 0.39 0.57 0.15 18.72 0.63 0.61
Hex DA 84 5D 0 27 39 F 13 3F 3D
Octal 332 204 135 0 47 71 17 23 77 75
Binary 11011010 10000100 1011101 0 100111 111001 1111 10011 111111 111101

Color Harmonies of #DA845D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA845D

Black with #DA845D

Text Example


Text Example

White with #DA845D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA845D; }

 p { color: rgb(218,132,93); }

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

background-color css

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

 a { background-color: rgb(218,132,93); }

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

border-color css

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

 span { border-color: rgb(218,132,93); }

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