Html Css Color HEX #DA8464 Copper

📋 copy color: '#DA8464'

red 218 ◦ green 132 ◦ blue 100

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

Shades of Copper #DA8464

Tints of Copper #DA8464

RGB

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

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

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

R = 48.44%
G = 29.33%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#DA8464 (or 0xDA8464) is known color: Copper. HEX triplet: DA, 84 and 64. RGB value is (218,132,100). Sum of RGB (Red+Green+Blue) = 218+132+100=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 132 (51.95% from 255 or 29.33% from 450); Blue value is 100 (39.45% from 255 or 22.22% from 450); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8464 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8464 is #257B9B. Grayscale: #9A9A9A. Windows color (decimal): -2456476 or 6587610. OLE color: 6587610.

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

Color convert

RGB 218 132 100 -
CMYK 0 0.39 0.54 0.15
HSL 16.27º 0.61% 0.62% -
HSV(B) 16.27º 0.54% 0.85% -
XYZ 39.46 32.33 16.22 -
YUV 154.07 97.49 173.6 -
System Red Green Blue C M Y K H S L
Decimal 218 132 100 0 0.39 0.54 0.15 16.27 0.61 0.62
Hex DA 84 64 0 27 36 F 10 3D 3E
Octal 332 204 144 0 47 66 17 20 75 76
Binary 11011010 10000100 1100100 0 100111 110110 1111 10000 111101 111110

Color Harmonies of #DA8464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8464

Black with #DA8464

Text Example


Text Example

White with #DA8464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8464; }

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

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

background-color css

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

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

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

border-color css

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

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

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