Html Css Color HEX #DC866B Copper

📋 copy color: '#DC866B'

red 220 ◦ green 134 ◦ blue 107

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

Shades of Copper #DC866B

Tints of Copper #DC866B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.07%

 BLUE value IS 107 (42.19% from 255) = 23.21%

R = 47.72%
G = 29.07%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DC866B (or 0xDC866B) is known color: Copper. HEX triplet: DC, 86 and 6B. RGB value is (220,134,107). Sum of RGB (Red+Green+Blue) = 220+134+107=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 134 (52.73% from 255 or 29.07% from 461); Blue value is 107 (42.19% from 255 or 23.21% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DC866B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC866B is #237994. Grayscale: #9C9C9C. Windows color (decimal): -2324885 or 7046876. OLE color: 7046876.

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

Color convert

RGB 220 134 107 -
CMYK 0 0.39 0.51 0.14
HSL 14.34º 0.62% 0.64% -
HSV(B) 14.34º 0.51% 0.86% -
XYZ 40.69 33.33 18.2 -
YUV 156.64 99.99 173.2 -
System Red Green Blue C M Y K H S L
Decimal 220 134 107 0 0.39 0.51 0.14 14.34 0.62 0.64
Hex DC 86 6B 0 27 33 E E 3E 40
Octal 334 206 153 0 47 63 16 16 76 100
Binary 11011100 10000110 1101011 0 100111 110011 1110 1110 111110 1000000

Color Harmonies of #DC866B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC866B

Black with #DC866B

Text Example


Text Example

White with #DC866B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC866B; }

 p { color: rgb(220,134,107); }

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

background-color css

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

 a { background-color: rgb(220,134,107); }

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

border-color css

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

 span { border-color: rgb(220,134,107); }

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