Html Css Color HEX #DA8861 Copper

📋 copy color: '#DA8861'

red 218 ◦ green 136 ◦ blue 97

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

Shades of Copper #DA8861

Tints of Copper #DA8861

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 21.51%

R = 48.34%
G = 30.16%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA8861 (or 0xDA8861) is known color: Copper. HEX triplet: DA, 88 and 61. RGB value is (218,136,97). Sum of RGB (Red+Green+Blue) = 218+136+97=451 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.34% from 451); Green value is 136 (53.52% from 255 or 30.16% from 451); Blue value is 97 (38.28% from 255 or 21.51% from 451); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8861 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8861 is #25779E. Grayscale: #9C9C9C. Windows color (decimal): -2455455 or 6392026. OLE color: 6392026.

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

Color convert

RGB 218 136 97 -
CMYK 0 0.38 0.56 0.15
HSL 19.34º 0.62% 0.62% -
HSV(B) 19.34º 0.56% 0.85% -
XYZ 39.88 33.38 15.65 -
YUV 156.07 94.67 172.17 -
System Red Green Blue C M Y K H S L
Decimal 218 136 97 0 0.38 0.56 0.15 19.34 0.62 0.62
Hex DA 88 61 0 26 38 F 13 3E 3E
Octal 332 210 141 0 46 70 17 23 76 76
Binary 11011010 10001000 1100001 0 100110 111000 1111 10011 111110 111110

Color Harmonies of #DA8861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8861

Black with #DA8861

Text Example


Text Example

White with #DA8861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8861; }

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

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

background-color css

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

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

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

border-color css

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

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

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