Html Css Color HEX #D8846C Copper

📋 copy color: '#D8846C'

red 216 ◦ green 132 ◦ blue 108

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

Shades of Copper #D8846C

Tints of Copper #D8846C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.95%

 BLUE value IS 108 (42.58% from 255) = 23.68%

R = 47.37%
G = 28.95%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D8846C (or 0xD8846C) is known color: Copper. HEX triplet: D8, 84 and 6C. RGB value is (216,132,108). Sum of RGB (Red+Green+Blue) = 216+132+108=456 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.37% from 456); Green value is 132 (51.95% from 255 or 28.95% from 456); Blue value is 108 (42.58% from 255 or 23.68% from 456); Max value from RGB is 216 - color contains mainly: red. Hex color #D8846C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8846C is #277B93. Grayscale: #9A9A9A. Windows color (decimal): -2587540 or 7111896. OLE color: 7111896.

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

Color convert

RGB 216 132 108 -
CMYK 0 0.39 0.50 0.15
HSL 13.33º 0.58% 0.64% -
HSV(B) 13.33º 0.5% 0.85% -
XYZ 39.28 32.18 18.33 -
YUV 154.38 101.83 171.95 -
System Red Green Blue C M Y K H S L
Decimal 216 132 108 0 0.39 0.50 0.15 13.33 0.58 0.64
Hex D8 84 6C 0 27 32 F D 3A 40
Octal 330 204 154 0 47 62 17 15 72 100
Binary 11011000 10000100 1101100 0 100111 110010 1111 1101 111010 1000000

Color Harmonies of #D8846C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8846C

Black with #D8846C

Text Example


Text Example

White with #D8846C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8846C; }

 p { color: rgb(216,132,108); }

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

background-color css

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

 a { background-color: rgb(216,132,108); }

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

border-color css

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

 span { border-color: rgb(216,132,108); }

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