Html Css Color HEX #DA8864 Copper

📋 copy color: '#DA8864'

red 218 ◦ green 136 ◦ blue 100

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

Shades of Copper #DA8864

Tints of Copper #DA8864

RGB

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

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

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

R = 48.02%
G = 29.96%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#DA8864 (or 0xDA8864) is known color: Copper. HEX triplet: DA, 88 and 64. RGB value is (218,136,100). Sum of RGB (Red+Green+Blue) = 218+136+100=454 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.02% from 454); Green value is 136 (53.52% from 255 or 29.96% from 454); Blue value is 100 (39.45% from 255 or 22.03% from 454); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8864 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8864 is #25779B. Grayscale: #9C9C9C. Windows color (decimal): -2455452 or 6588634. OLE color: 6588634.

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

Color convert

RGB 218 136 100 -
CMYK 0 0.38 0.54 0.15
HSL 18.31º 0.61% 0.62% -
HSV(B) 18.31º 0.54% 0.85% -
XYZ 40.02 33.43 16.4 -
YUV 156.41 96.17 171.93 -
System Red Green Blue C M Y K H S L
Decimal 218 136 100 0 0.38 0.54 0.15 18.31 0.61 0.62
Hex DA 88 64 0 26 36 F 12 3D 3E
Octal 332 210 144 0 46 66 17 22 75 76
Binary 11011010 10001000 1100100 0 100110 110110 1111 10010 111101 111110

Color Harmonies of #DA8864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8864

Black with #DA8864

Text Example


Text Example

White with #DA8864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8864; }

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

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

background-color css

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

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

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

border-color css

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

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

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