Html Css Color HEX #D8876F Copper

📋 copy color: '#D8876F'

red 216 ◦ green 135 ◦ blue 111

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

Shades of Copper #D8876F

Tints of Copper #D8876F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 24.03%

R = 46.75%
G = 29.22%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D8876F (or 0xD8876F) is known color: Copper. HEX triplet: D8, 87 and 6F. RGB value is (216,135,111). Sum of RGB (Red+Green+Blue) = 216+135+111=462 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.75% from 462); Green value is 135 (53.12% from 255 or 29.22% from 462); Blue value is 111 (43.75% from 255 or 24.03% from 462); Max value from RGB is 216 - color contains mainly: red. Hex color #D8876F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8876F is #277890. Grayscale: #9C9C9C. Windows color (decimal): -2586769 or 7309272. OLE color: 7309272.

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

Color convert

RGB 216 135 111 -
CMYK 0 0.38 0.49 0.15
HSL 13.71º 0.57% 0.64% -
HSV(B) 13.71º 0.49% 0.85% -
XYZ 39.85 33.07 19.32 -
YUV 156.48 102.34 170.45 -
System Red Green Blue C M Y K H S L
Decimal 216 135 111 0 0.38 0.49 0.15 13.71 0.57 0.64
Hex D8 87 6F 0 26 31 F E 39 40
Octal 330 207 157 0 46 61 17 16 71 100
Binary 11011000 10000111 1101111 0 100110 110001 1111 1110 111001 1000000

Color Harmonies of #D8876F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8876F

Black with #D8876F

Text Example


Text Example

White with #D8876F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8876F; }

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

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

background-color css

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

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

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

border-color css

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

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

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