Html Css Color HEX #DC865E Copper

📋 copy color: '#DC865E'

red 220 ◦ green 134 ◦ blue 94

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

Shades of Copper #DC865E

Tints of Copper #DC865E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20.98%

R = 49.11%
G = 29.91%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DC865E (or 0xDC865E) is known color: Copper. HEX triplet: DC, 86 and 5E. RGB value is (220,134,94). Sum of RGB (Red+Green+Blue) = 220+134+94=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 134 (52.73% from 255 or 29.91% from 448); Blue value is 94 (37.11% from 255 or 20.98% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DC865E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC865E is #2379A1. Grayscale: #9B9B9B. Windows color (decimal): -2324898 or 6194908. OLE color: 6194908.

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

Color convert

RGB 220 134 94 -
CMYK 0 0.39 0.57 0.14
HSL 19.05º 0.64% 0.62% -
HSV(B) 19.05º 0.57% 0.86% -
XYZ 40.06 33.07 14.86 -
YUV 155.15 93.49 174.25 -
System Red Green Blue C M Y K H S L
Decimal 220 134 94 0 0.39 0.57 0.14 19.05 0.64 0.62
Hex DC 86 5E 0 27 39 E 13 40 3E
Octal 334 206 136 0 47 71 16 23 100 76
Binary 11011100 10000110 1011110 0 100111 111001 1110 10011 1000000 111110

Color Harmonies of #DC865E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC865E

Black with #DC865E

Text Example


Text Example

White with #DC865E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC865E; }

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

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

background-color css

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

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

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

border-color css

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

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

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