Html Css Color HEX #D8886D Copper

📋 copy color: '#D8886D'

red 216 ◦ green 136 ◦ blue 109

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

Shades of Copper #D8886D

Tints of Copper #D8886D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.64%

R = 46.85%
G = 29.5%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D8886D (or 0xD8886D) is known color: Copper. HEX triplet: D8, 88 and 6D. RGB value is (216,136,109). Sum of RGB (Red+Green+Blue) = 216+136+109=461 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.85% from 461); Green value is 136 (53.52% from 255 or 29.50% from 461); Blue value is 109 (42.97% from 255 or 23.64% from 461); Max value from RGB is 216 - color contains mainly: red. Hex color #D8886D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8886D is #277792. Grayscale: #9D9D9D. Windows color (decimal): -2586515 or 7178456. OLE color: 7178456.

HSL color Cylindrical-coordinate representation of color #D8886D: hue angle of 15.14º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D8886D is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 136 109 -
CMYK 0 0.37 0.50 0.15
HSL 15.14º 0.58% 0.64% -
HSV(B) 15.14º 0.5% 0.85% -
XYZ 39.88 33.31 18.8 -
YUV 156.84 101 170.2 -
System Red Green Blue C M Y K H S L
Decimal 216 136 109 0 0.37 0.50 0.15 15.14 0.58 0.64
Hex D8 88 6D 0 25 32 F F 3A 40
Octal 330 210 155 0 45 62 17 17 72 100
Binary 11011000 10001000 1101101 0 100101 110010 1111 1111 111010 1000000

Color Harmonies of #D8886D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8886D

Black with #D8886D

Text Example


Text Example

White with #D8886D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8886D; }

 p { color: rgb(216,136,109); }

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

background-color css

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

 a { background-color: rgb(216,136,109); }

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

border-color css

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

 span { border-color: rgb(216,136,109); }

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