Html Css Color HEX #DC886C Copper

📋 copy color: '#DC886C'

red 220 ◦ green 136 ◦ blue 108

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

Shades of Copper #DC886C

Tints of Copper #DC886C

RGB

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

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

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

R = 47.41%
G = 29.31%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DC886C (or 0xDC886C) is known color: Copper. HEX triplet: DC, 88 and 6C. RGB value is (220,136,108). Sum of RGB (Red+Green+Blue) = 220+136+108=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 136 (53.52% from 255 or 29.31% from 464); Blue value is 108 (42.58% from 255 or 23.28% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DC886C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC886C is #237793. Grayscale: #9E9E9E. Windows color (decimal): -2324372 or 7112924. OLE color: 7112924.

HSL color Cylindrical-coordinate representation of color #DC886C: hue angle of 15º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC886C is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 136 108 -
CMYK 0 0.38 0.51 0.14
HSL 15º 0.62% 0.64% -
HSV(B) 15º 0.51% 0.86% -
XYZ 41.03 33.91 18.57 -
YUV 157.92 99.83 172.28 -
System Red Green Blue C M Y K H S L
Decimal 220 136 108 0 0.38 0.51 0.14 15 0.62 0.64
Hex DC 88 6C 0 26 33 E F 3E 40
Octal 334 210 154 0 46 63 16 17 76 100
Binary 11011100 10001000 1101100 0 100110 110011 1110 1111 111110 1000000

Color Harmonies of #DC886C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC886C

Black with #DC886C

Text Example


Text Example

White with #DC886C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC886C; }

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

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

background-color css

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

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

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

border-color css

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

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

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