Html Css Color HEX #D8865E Copper

📋 copy color: '#D8865E'

red 216 ◦ green 134 ◦ blue 94

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

Shades of Copper #D8865E

Tints of Copper #D8865E

RGB

 RED value IS 216 (84.77% from 255) = 48.65%

 GREEN value IS 134 (52.73% from 255) = 30.18%

 BLUE value IS 94 (37.11% from 255) = 21.17%

R = 48.65%
G = 30.18%
B = 21.17%

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

#D8865E (or 0xD8865E) is known color: Copper. HEX triplet: D8, 86 and 5E. RGB value is (216,134,94). Sum of RGB (Red+Green+Blue) = 216+134+94=444 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.65% from 444); Green value is 134 (52.73% from 255 or 30.18% from 444); Blue value is 94 (37.11% from 255 or 21.17% from 444); Max value from RGB is 216 - color contains mainly: red. Hex color #D8865E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8865E is #2779A1. Grayscale: #9A9A9A. Windows color (decimal): -2587042 or 6194904. OLE color: 6194904.

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

Color convert

RGB 216 134 94 -
CMYK 0 0.38 0.56 0.15
HSL 19.67º 0.61% 0.61% -
HSV(B) 19.67º 0.56% 0.85% -
XYZ 38.86 32.46 14.81 -
YUV 153.96 94.17 172.25 -
System Red Green Blue C M Y K H S L
Decimal 216 134 94 0 0.38 0.56 0.15 19.67 0.61 0.61
Hex D8 86 5E 0 26 38 F 14 3D 3D
Octal 330 206 136 0 46 70 17 24 75 75
Binary 11011000 10000110 1011110 0 100110 111000 1111 10100 111101 111101

Color Harmonies of #D8865E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8865E

Black with #D8865E

Text Example


Text Example

White with #D8865E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8865E; }

 p { color: rgb(216,134,94); }

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

background-color css

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

 a { background-color: rgb(216,134,94); }

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

border-color css

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

 span { border-color: rgb(216,134,94); }

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