Html Css Color HEX #DA8364 Copper

📋 copy color: '#DA8364'

red 218 ◦ green 131 ◦ blue 100

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

Shades of Copper #DA8364

Tints of Copper #DA8364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 22.27%

R = 48.55%
G = 29.18%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#DA8364 (or 0xDA8364) is known color: Copper. HEX triplet: DA, 83 and 64. RGB value is (218,131,100). Sum of RGB (Red+Green+Blue) = 218+131+100=449 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.55% from 449); Green value is 131 (51.56% from 255 or 29.18% from 449); Blue value is 100 (39.45% from 255 or 22.27% from 449); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8364 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8364 is #257C9B. Grayscale: #999999. Windows color (decimal): -2456732 or 6587354. OLE color: 6587354.

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

Color convert

RGB 218 131 100 -
CMYK 0 0.40 0.54 0.15
HSL 15.76º 0.61% 0.62% -
HSV(B) 15.76º 0.54% 0.85% -
XYZ 39.33 32.06 16.17 -
YUV 153.48 97.82 174.02 -
System Red Green Blue C M Y K H S L
Decimal 218 131 100 0 0.40 0.54 0.15 15.76 0.61 0.62
Hex DA 83 64 0 28 36 F 10 3D 3E
Octal 332 203 144 0 50 66 17 20 75 76
Binary 11011010 10000011 1100100 0 101000 110110 1111 10000 111101 111110

Color Harmonies of #DA8364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8364

Black with #DA8364

Text Example


Text Example

White with #DA8364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8364; }

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

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

background-color css

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

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

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

border-color css

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

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

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