Html Css Color HEX #D8856C Copper

📋 copy color: '#D8856C'

red 216 ◦ green 133 ◦ blue 108

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

Shades of Copper #D8856C

Tints of Copper #D8856C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.1%

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

R = 47.26%
G = 29.1%
B = 23.63%

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

#D8856C (or 0xD8856C) is known color: Copper. HEX triplet: D8, 85 and 6C. RGB value is (216,133,108). Sum of RGB (Red+Green+Blue) = 216+133+108=457 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.26% from 457); Green value is 133 (52.34% from 255 or 29.10% from 457); Blue value is 108 (42.58% from 255 or 23.63% from 457); Max value from RGB is 216 - color contains mainly: red. Hex color #D8856C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8856C is #277A93. Grayscale: #9B9B9B. Windows color (decimal): -2587284 or 7112152. OLE color: 7112152.

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

Color convert

RGB 216 133 108 -
CMYK 0 0.38 0.50 0.15
HSL 13.89º 0.58% 0.64% -
HSV(B) 13.89º 0.5% 0.85% -
XYZ 39.41 32.46 18.37 -
YUV 154.97 101.5 171.53 -
System Red Green Blue C M Y K H S L
Decimal 216 133 108 0 0.38 0.50 0.15 13.89 0.58 0.64
Hex D8 85 6C 0 26 32 F E 3A 40
Octal 330 205 154 0 46 62 17 16 72 100
Binary 11011000 10000101 1101100 0 100110 110010 1111 1110 111010 1000000

Color Harmonies of #D8856C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8856C

Black with #D8856C

Text Example


Text Example

White with #D8856C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8856C; }

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

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

background-color css

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

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

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

border-color css

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

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

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