Html Css Color HEX #DC866A Copper

📋 copy color: '#DC866A'

red 220 ◦ green 134 ◦ blue 106

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

Shades of Copper #DC866A

Tints of Copper #DC866A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 23.04%

R = 47.83%
G = 29.13%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DC866A (or 0xDC866A) is known color: Copper. HEX triplet: DC, 86 and 6A. RGB value is (220,134,106). Sum of RGB (Red+Green+Blue) = 220+134+106=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 134 (52.73% from 255 or 29.13% from 460); Blue value is 106 (41.80% from 255 or 23.04% from 460); Max value from RGB is 220 - color contains mainly: red. Hex color #DC866A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC866A is #237995. Grayscale: #9C9C9C. Windows color (decimal): -2324886 or 6981340. OLE color: 6981340.

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

Color convert

RGB 220 134 106 -
CMYK 0 0.39 0.52 0.14
HSL 14.74º 0.62% 0.64% -
HSV(B) 14.74º 0.52% 0.86% -
XYZ 40.64 33.31 17.92 -
YUV 156.52 99.49 173.28 -
System Red Green Blue C M Y K H S L
Decimal 220 134 106 0 0.39 0.52 0.14 14.74 0.62 0.64
Hex DC 86 6A 0 27 34 E F 3E 40
Octal 334 206 152 0 47 64 16 17 76 100
Binary 11011100 10000110 1101010 0 100111 110100 1110 1111 111110 1000000

Color Harmonies of #DC866A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC866A

Black with #DC866A

Text Example


Text Example

White with #DC866A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC866A; }

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

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

background-color css

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

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

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

border-color css

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

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

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