Html Css Color HEX #DC886D Copper

📋 copy color: '#DC886D'

red 220 ◦ green 136 ◦ blue 109

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

Shades of Copper #DC886D

Tints of Copper #DC886D

RGB

 RED value IS 220 (86.33% from 255) = 47.31%

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

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

R = 47.31%
G = 29.25%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DC886D (or 0xDC886D) is known color: Copper. HEX triplet: DC, 88 and 6D. RGB value is (220,136,109). Sum of RGB (Red+Green+Blue) = 220+136+109=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 136 (53.52% from 255 or 29.25% from 465); Blue value is 109 (42.97% from 255 or 23.44% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DC886D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC886D is #237792. Grayscale: #9E9E9E. Windows color (decimal): -2324371 or 7178460. OLE color: 7178460.

HSL color Cylindrical-coordinate representation of color #DC886D: hue angle of 14.59º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC886D is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 136 109 -
CMYK 0 0.38 0.50 0.14
HSL 14.59º 0.61% 0.65% -
HSV(B) 14.59º 0.5% 0.86% -
XYZ 41.08 33.93 18.85 -
YUV 158.04 100.33 172.2 -
System Red Green Blue C M Y K H S L
Decimal 220 136 109 0 0.38 0.50 0.14 14.59 0.61 0.65
Hex DC 88 6D 0 26 32 E F 3D 41
Octal 334 210 155 0 46 62 16 17 75 101
Binary 11011100 10001000 1101101 0 100110 110010 1110 1111 111101 1000001

Color Harmonies of #DC886D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC886D

Black with #DC886D

Text Example


Text Example

White with #DC886D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC886D; }

 p { color: rgb(220,136,109); }

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

background-color css

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

 a { background-color: rgb(220,136,109); }

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

border-color css

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

 span { border-color: rgb(220,136,109); }

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