Html Css Color HEX #D8865F Copper

📋 copy color: '#D8865F'

red 216 ◦ green 134 ◦ blue 95

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

Shades of Copper #D8865F

Tints of Copper #D8865F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.35%

R = 48.54%
G = 30.11%
B = 21.35%

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

#D8865F (or 0xD8865F) is known color: Copper. HEX triplet: D8, 86 and 5F. RGB value is (216,134,95). Sum of RGB (Red+Green+Blue) = 216+134+95=445 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.54% from 445); Green value is 134 (52.73% from 255 or 30.11% from 445); Blue value is 95 (37.5% from 255 or 21.35% from 445); Max value from RGB is 216 - color contains mainly: red. Hex color #D8865F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8865F is #2779A0. Grayscale: #9A9A9A. Windows color (decimal): -2587041 or 6260440. OLE color: 6260440.

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

Color convert

RGB 216 134 95 -
CMYK 0 0.38 0.56 0.15
HSL 19.34º 0.61% 0.61% -
HSV(B) 19.34º 0.56% 0.85% -
XYZ 38.91 32.48 15.04 -
YUV 154.07 94.67 172.17 -
System Red Green Blue C M Y K H S L
Decimal 216 134 95 0 0.38 0.56 0.15 19.34 0.61 0.61
Hex D8 86 5F 0 26 38 F 13 3D 3D
Octal 330 206 137 0 46 70 17 23 75 75
Binary 11011000 10000110 1011111 0 100110 111000 1111 10011 111101 111101

Color Harmonies of #D8865F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8865F

Black with #D8865F

Text Example


Text Example

White with #D8865F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8865F; }

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

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

background-color css

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

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

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

border-color css

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

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

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