Html Css Color HEX #D8886C Copper

📋 copy color: '#D8886C'

red 216 ◦ green 136 ◦ blue 108

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

Shades of Copper #D8886C

Tints of Copper #D8886C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.57%

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

R = 46.96%
G = 29.57%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D8886C (or 0xD8886C) is known color: Copper. HEX triplet: D8, 88 and 6C. RGB value is (216,136,108). Sum of RGB (Red+Green+Blue) = 216+136+108=460 (60% of max value = 765). Red value is 216 (84.77% from 255 or 46.96% from 460); Green value is 136 (53.52% from 255 or 29.57% from 460); Blue value is 108 (42.58% from 255 or 23.48% from 460); Max value from RGB is 216 - color contains mainly: red. Hex color #D8886C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8886C is #277793. Grayscale: #9C9C9C. Windows color (decimal): -2586516 or 7112920. OLE color: 7112920.

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

Color convert

RGB 216 136 108 -
CMYK 0 0.37 0.50 0.15
HSL 15.56º 0.58% 0.64% -
HSV(B) 15.56º 0.5% 0.85% -
XYZ 39.83 33.29 18.51 -
YUV 156.73 100.5 170.28 -
System Red Green Blue C M Y K H S L
Decimal 216 136 108 0 0.37 0.50 0.15 15.56 0.58 0.64
Hex D8 88 6C 0 25 32 F 10 3A 40
Octal 330 210 154 0 45 62 17 20 72 100
Binary 11011000 10001000 1101100 0 100101 110010 1111 10000 111010 1000000

Color Harmonies of #D8886C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8886C

Black with #D8886C

Text Example


Text Example

White with #D8886C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8886C; }

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

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

background-color css

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

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

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

border-color css

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

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

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