Html Css Color HEX #DC886E Copper

📋 copy color: '#DC886E'

red 220 ◦ green 136 ◦ blue 110

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

Shades of Copper #DC886E

Tints of Copper #DC886E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.61%

R = 47.21%
G = 29.18%
B = 23.61%

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

#DC886E (or 0xDC886E) is known color: Copper. HEX triplet: DC, 88 and 6E. RGB value is (220,136,110). Sum of RGB (Red+Green+Blue) = 220+136+110=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 136 (53.52% from 255 or 29.18% from 466); Blue value is 110 (43.36% from 255 or 23.61% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DC886E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC886E is #237791. Grayscale: #9E9E9E. Windows color (decimal): -2324370 or 7243996. OLE color: 7243996.

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

Color convert

RGB 220 136 110 -
CMYK 0 0.38 0.50 0.14
HSL 14.18º 0.61% 0.65% -
HSV(B) 14.18º 0.5% 0.86% -
XYZ 41.13 33.95 19.14 -
YUV 158.15 100.83 172.11 -
System Red Green Blue C M Y K H S L
Decimal 220 136 110 0 0.38 0.50 0.14 14.18 0.61 0.65
Hex DC 88 6E 0 26 32 E E 3D 41
Octal 334 210 156 0 46 62 16 16 75 101
Binary 11011100 10001000 1101110 0 100110 110010 1110 1110 111101 1000001

Color Harmonies of #DC886E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC886E

Black with #DC886E

Text Example


Text Example

White with #DC886E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC886E; }

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

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

background-color css

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

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

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

border-color css

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

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

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