Html Css Color HEX #D8876D Copper

📋 copy color: '#D8876D'

red 216 ◦ green 135 ◦ blue 109

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

Shades of Copper #D8876D

Tints of Copper #D8876D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.35%

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

R = 46.96%
G = 29.35%
B = 23.7%

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

#D8876D (or 0xD8876D) is known color: Copper. HEX triplet: D8, 87 and 6D. RGB value is (216,135,109). Sum of RGB (Red+Green+Blue) = 216+135+109=460 (60% of max value = 765). Red value is 216 (84.77% from 255 or 46.96% from 460); Green value is 135 (53.12% from 255 or 29.35% from 460); Blue value is 109 (42.97% from 255 or 23.70% from 460); Max value from RGB is 216 - color contains mainly: red. Hex color #D8876D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8876D is #277892. Grayscale: #9C9C9C. Windows color (decimal): -2586771 or 7178200. OLE color: 7178200.

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

Color convert

RGB 216 135 109 -
CMYK 0 0.38 0.50 0.15
HSL 14.58º 0.58% 0.64% -
HSV(B) 14.58º 0.5% 0.85% -
XYZ 39.74 33.03 18.75 -
YUV 156.26 101.34 170.61 -
System Red Green Blue C M Y K H S L
Decimal 216 135 109 0 0.38 0.50 0.15 14.58 0.58 0.64
Hex D8 87 6D 0 26 32 F F 3A 40
Octal 330 207 155 0 46 62 17 17 72 100
Binary 11011000 10000111 1101101 0 100110 110010 1111 1111 111010 1000000

Color Harmonies of #D8876D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8876D

Black with #D8876D

Text Example


Text Example

White with #D8876D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8876D; }

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

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

background-color css

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

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

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

border-color css

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

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

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