Html Css Color HEX #DA8863 Copper

📋 copy color: '#DA8863'

red 218 ◦ green 136 ◦ blue 99

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

Shades of Copper #DA8863

Tints of Copper #DA8863

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 21.85%

R = 48.12%
G = 30.02%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#DA8863 (or 0xDA8863) is known color: Copper. HEX triplet: DA, 88 and 63. RGB value is (218,136,99). Sum of RGB (Red+Green+Blue) = 218+136+99=453 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.12% from 453); Green value is 136 (53.52% from 255 or 30.02% from 453); Blue value is 99 (39.06% from 255 or 21.85% from 453); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8863 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8863 is #25779C. Grayscale: #9C9C9C. Windows color (decimal): -2455453 or 6523098. OLE color: 6523098.

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

Color convert

RGB 218 136 99 -
CMYK 0 0.38 0.55 0.15
HSL 18.66º 0.62% 0.62% -
HSV(B) 18.66º 0.55% 0.85% -
XYZ 39.97 33.41 16.15 -
YUV 156.3 95.67 172.01 -
System Red Green Blue C M Y K H S L
Decimal 218 136 99 0 0.38 0.55 0.15 18.66 0.62 0.62
Hex DA 88 63 0 26 37 F 13 3E 3E
Octal 332 210 143 0 46 67 17 23 76 76
Binary 11011010 10001000 1100011 0 100110 110111 1111 10011 111110 111110

Color Harmonies of #DA8863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8863

Black with #DA8863

Text Example


Text Example

White with #DA8863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8863; }

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

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

background-color css

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

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

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

border-color css

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

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

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