Html Css Color HEX #D8866D Copper

📋 copy color: '#D8866D'

red 216 ◦ green 134 ◦ blue 109

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

Shades of Copper #D8866D

Tints of Copper #D8866D

RGB

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

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

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

R = 47.06%
G = 29.19%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D8866D (or 0xD8866D) is known color: Copper. HEX triplet: D8, 86 and 6D. RGB value is (216,134,109). Sum of RGB (Red+Green+Blue) = 216+134+109=459 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.06% from 459); Green value is 134 (52.73% from 255 or 29.19% from 459); Blue value is 109 (42.97% from 255 or 23.75% from 459); Max value from RGB is 216 - color contains mainly: red. Hex color #D8866D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8866D is #277992. Grayscale: #9B9B9B. Windows color (decimal): -2587027 or 7177944. OLE color: 7177944.

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

Color convert

RGB 216 134 109 -
CMYK 0 0.38 0.50 0.15
HSL 14.02º 0.58% 0.64% -
HSV(B) 14.02º 0.5% 0.85% -
XYZ 39.6 32.75 18.7 -
YUV 155.67 101.67 171.03 -
System Red Green Blue C M Y K H S L
Decimal 216 134 109 0 0.38 0.50 0.15 14.02 0.58 0.64
Hex D8 86 6D 0 26 32 F E 3A 40
Octal 330 206 155 0 46 62 17 16 72 100
Binary 11011000 10000110 1101101 0 100110 110010 1111 1110 111010 1000000

Color Harmonies of #D8866D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8866D

Black with #D8866D

Text Example


Text Example

White with #D8866D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8866D; }

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

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

background-color css

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

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

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

border-color css

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

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

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